qownnotes: 24.5.2 -> 24.5.4

+2 -2
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 21 let 22 pname = "qownnotes"; 23 appname = "QOwnNotes"; 24 - version = "24.5.2"; 25 in 26 stdenv.mkDerivation { 27 inherit pname version; 28 29 src = fetchurl { 30 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 31 - hash = "sha256-jfkTCLXHLqKub6I+p4WVXiPFojVdZkCOMz02tUQOCos="; 32 }; 33 34 nativeBuildInputs = [
··· 21 let 22 pname = "qownnotes"; 23 appname = "QOwnNotes"; 24 + version = "24.5.4"; 25 in 26 stdenv.mkDerivation { 27 inherit pname version; 28 29 src = fetchurl { 30 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 31 + hash = "sha256-OxCkIN596Zzjd2ldRn7MRpSupb2fhbZH4Hwr16Mz6Fo="; 32 }; 33 34 nativeBuildInputs = [