Skip to content

Commit ecd26a4

Browse files
authored
qownnotes: 25.1.3 -> 25.1.5 (#375772)
2 parents 933c1b5 + 73a9da5 commit ecd26a4

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
@@ -15,14 +15,14 @@
1515
let
1616
pname = "qownnotes";
1717
appname = "QOwnNotes";
18-
version = "25.1.3";
18+
version = "25.1.5";
1919
in
2020
stdenv.mkDerivation {
2121
inherit pname version;
2222

2323
src = fetchurl {
2424
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
25-
hash = "sha256-A/cjkjwHP0bCWZOjzZdIVUzb1Gh8B0rJHsntVdj4hF4=";
25+
hash = "sha256-Qr5pkKznosUGO7HvUkZhemWwtKpyYA79Vz1jU6YhODE=";
2626
};
2727

2828
nativeBuildInputs =

0 commit comments

Comments
 (0)