qownnotes: 23.8.1 -> 23.9.4

This commit is contained in:
Patrizio Bekerle 2023-09-19 10:55:50 +02:00
parent 5c516a45c2
commit 71213240ae
No known key found for this signature in database
GPG key ID: 67EF441ECF195217

View file

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.8.1";
version = "23.9.4";
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-ZS9OzC+pdtYY4xLQ3G31/Sw/xx4qgDjp+nAcPJdl0tk=";
hash = "sha256-e5x3YeWCaTNoQR924r2EseqDOfFluj58MGS78DzfJUM=";
};
nativeBuildInputs = [