qownnotes: 24.5.2 -> 24.5.4

This commit is contained in:
R. Ryantm 2024-05-21 05:21:50 +00:00
parent 3d7cb74a39
commit d6b4353c9a

View File

@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.5.2";
version = "24.5.4";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-jfkTCLXHLqKub6I+p4WVXiPFojVdZkCOMz02tUQOCos=";
hash = "sha256-OxCkIN596Zzjd2ldRn7MRpSupb2fhbZH4Hwr16Mz6Fo=";
};
nativeBuildInputs = [