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

qownnotes: 24.4.4 -> 24.5.1
This commit is contained in:
rewine 2024-05-07 17:31:48 +08:00 committed by GitHub
commit a0d9a9f8d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.4.4";
version = "24.5.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-nTRCW76UogaTOyxQ5HfWUln6Lip/LpoyPG+m+mMCb1I=";
hash = "sha256-ktf28AKNr0FcWzJ0A2s3mpU2qgmibpT0rUN9d18mE88=";
};
nativeBuildInputs = [