qownnotes: 24.12.7 -> 25.1.3

This commit is contained in:
R. Ryantm
2025-01-08 23:17:18 +00:00
parent b7051feb30
commit 04253c0cf0
+2 -2
View File
@@ -15,14 +15,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.12.7";
version = "25.1.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw=";
hash = "sha256-A/cjkjwHP0bCWZOjzZdIVUzb1Gh8B0rJHsntVdj4hF4=";
};
nativeBuildInputs =