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

qownnotes: 24.6.0 -> 24.6.1
This commit is contained in:
Nick Cao 2024-06-11 17:01:04 -04:00 committed by GitHub
commit ce1013bc7a
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.6.0";
version = "24.6.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-rgnFqYqiItTd86K8U7O2sI+q3lF/PiJWU/e2C2O5mJI=";
hash = "sha256-FS4VJtTh0LIrrIK+IJxSBqcEsNU7/e6KG3190FLAQC4=";
};
nativeBuildInputs = [