Skip to content

Commit 9e4b96d

Browse files
qownnotes: 25.4.4 -> 25.5.3 (#405144)
Co-authored-by: pbek <[email protected]>
2 parents f4f1dfb + efa0c57 commit 9e4b96d

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.4.4";
20+
version = "25.5.3";
2121

2222
src = fetchurl {
2323
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
24-
hash = "sha256-9xRituPXmGQ1fFHp4JvXkQ9Rvoj535UP53G6vDMl1L4=";
24+
hash = "sha256-853xxUgRMtnL+frLCmzzGL44xstDwnrEMhYBFpL5hmQ=";
2525
};
2626

2727
nativeBuildInputs =

0 commit comments

Comments
 (0)