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

qownnotes: 24.1.5 -> 24.2.0
This commit is contained in:
Pascal Bach 2024-02-09 09:43:36 +01:00 committed by GitHub
commit 07cc9347fa
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.5";
version = "24.2.0";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-iw3MdsS1i7B8RXZk2GXwiOReSUC1IX5z0MTEk9B4nMM=";
hash = "sha256-mk7yFlL+NiTZ0JtSY3y/Y1NrN1QYcBxveMImv1zB1l8=";
};
nativeBuildInputs = [