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 74adbd2 + 04253c0 commit 6749709Copy full SHA for 6749709
pkgs/by-name/qo/qownnotes/package.nix
@@ -15,14 +15,14 @@
15
let
16
pname = "qownnotes";
17
appname = "QOwnNotes";
18
- version = "24.12.7";
+ version = "25.1.3";
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-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw=";
+ hash = "sha256-A/cjkjwHP0bCWZOjzZdIVUzb1Gh8B0rJHsntVdj4hF4=";
26
};
27
28
nativeBuildInputs =
0 commit comments