Merge pull request #306440 from r-ryantm/auto-update/qownnotes

qownnotes: 24.4.2 -> 24.4.3

authored by Nick Cao and committed by GitHub dd398c98 cd9c4a9b

+2 -2
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 21 21 let 22 22 pname = "qownnotes"; 23 23 appname = "QOwnNotes"; 24 - version = "24.4.2"; 24 + version = "24.4.3"; 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-HnWxIcOy7Te6Q5YfZYhvITpfsgeQw8Tt/Nr++wcpxEU="; 31 + hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY="; 32 32 }; 33 33 34 34 nativeBuildInputs = [