Skip to content

Commit 0951f31

Browse files
qownnotes: 25.2.9 -> 25.3.3 (NixOS#390014)
Co-authored-by: pbek <[email protected]>
2 parents bb05461 + ba4f38c commit 0951f31

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.2.9";
20+
version = "25.3.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-00wxQSTPRNA+t+RC26svcao4hi6RSOZ9nSnC2py2oXs=";
24+
hash = "sha256-waWFOPXxKgCb1h1dVSzXDVQwcKyFBKXuAwYXu63ofPo=";
2525
};
2626

2727
nativeBuildInputs =

0 commit comments

Comments
 (0)