qownnotes: 24.5.2 -> 24.5.4

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