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

qownnotes: 24.4.0 -> 24.4.1
This commit is contained in:
rewine 2024-04-12 14:44:36 +08:00 committed by GitHub
commit 8ecbd87641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.4.0";
version = "24.4.1";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-SxoZD5DYuPAJZwBiw38jZYI+e9FExj+TiUlczvbXkWA=";
hash = "sha256-E4tLlzjIOElsZr2jcbsnge5jJqKQ0kWf86tFonZ1+Zs=";
};
nativeBuildInputs = [