Skip to content

Commit 14c6e35

Browse files
qownnotes: 25.1.6 -> 25.2.1 (#378973)
Co-authored-by: pbek <[email protected]>
2 parents 3d89be6 + cf2f4b3 commit 14c6e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qo/qownnotes/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "qownnotes";
1919
appname = "QOwnNotes";
20-
version = "25.1.6";
20+
version = "25.2.1";
2121

2222
src = fetchurl {
2323
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
24-
hash = "sha256-EmkOuxXH7XSpWrw3rtLPQ4XCX93RDbhnUR1edsNVJLk=";
24+
hash = "sha256-hP2Q0VZfA6+jmUUqW0L/ufmw2vE9gFj5GSm2G8xRda0=";
2525
};
2626

2727
nativeBuildInputs =

0 commit comments

Comments
 (0)