We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d22947 commit cf2f4b3Copy full SHA for cf2f4b3
pkgs/by-name/qo/qownnotes/package.nix
@@ -17,11 +17,11 @@
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "qownnotes";
19
appname = "QOwnNotes";
20
- version = "25.1.6";
+ version = "25.2.1";
21
22
src = fetchurl {
23
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
24
- hash = "sha256-EmkOuxXH7XSpWrw3rtLPQ4XCX93RDbhnUR1edsNVJLk=";
+ hash = "sha256-hP2Q0VZfA6+jmUUqW0L/ufmw2vE9gFj5GSm2G8xRda0=";
25
};
26
27
nativeBuildInputs =
0 commit comments