Merge pull request #260606 from pbek/auto-update/qownnotes

qownnotes: 23.10.0 -> 23.10.1
This commit is contained in:
Nick Cao 2023-10-12 09:30:08 -04:00 committed by GitHub
commit 9dbe9b9acc
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.0";
version = "23.10.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-wPZrKAWaWv88BeVu6e73b9/Ydo0ew4GLig46fyNSxtc=";
hash = "sha256-+BtzN+CdaxriA466m6aF0y7Jdvx1DGtSR+i6gGeAxSM=";
};
nativeBuildInputs = [