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

qownnotes: 23.10.1 -> 23.11.1
This commit is contained in:
Nick Cao 2023-11-13 08:51:12 -05:00 committed by GitHub
commit c606cd4ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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