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

qownnotes: 24.1.4 -> 24.1.5
This commit is contained in:
h7x4 2024-01-31 08:01:55 +01:00 committed by GitHub
commit 80446e8cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.1.4";
version = "24.1.5";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-RWAg89rbmoOSzOu9YjAkDluyPiYjT6f8gmri5AAHyww=";
hash = "sha256-iw3MdsS1i7B8RXZk2GXwiOReSUC1IX5z0MTEk9B4nMM=";
};
nativeBuildInputs = [