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

qownnotes: 24.4.2 -> 24.4.3
This commit is contained in:
Nick Cao 2024-04-24 10:34:36 -04:00 committed by GitHub
commit dd398c9823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.4.2";
version = "24.4.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-HnWxIcOy7Te6Q5YfZYhvITpfsgeQw8Tt/Nr++wcpxEU=";
hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY=";
};
nativeBuildInputs = [