Skip to content

Commit efa0c57

Browse files
committed
qownnotes: 25.4.4 -> 25.5.3
1 parent dda3dcd commit efa0c57

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)