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

qownnotes: 24.3.3 -> 24.3.4
This commit is contained in:
Weijia Wang 2024-03-20 10:53:36 +01:00 committed by GitHub
commit 96ab8dce32
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.3.3";
version = "24.3.4";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-1PnGccbEKkFZGE7mxMD8onMkFd/f9qyvERSu+VL3yUE=";
hash = "sha256-PQoZKb0kf/tMQBJ5OpL9XqXv7fAftGTVsg3tZYe3j5c=";
};
nativeBuildInputs = [