We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 933c1b5 + 73a9da5 commit ecd26a4Copy full SHA for ecd26a4
pkgs/by-name/qo/qownnotes/package.nix
@@ -15,14 +15,14 @@
15
let
16
pname = "qownnotes";
17
appname = "QOwnNotes";
18
- version = "25.1.3";
+ version = "25.1.5";
19
in
20
stdenv.mkDerivation {
21
inherit pname version;
22
23
src = fetchurl {
24
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
25
- hash = "sha256-A/cjkjwHP0bCWZOjzZdIVUzb1Gh8B0rJHsntVdj4hF4=";
+ hash = "sha256-Qr5pkKznosUGO7HvUkZhemWwtKpyYA79Vz1jU6YhODE=";
26
};
27
28
nativeBuildInputs =
0 commit comments