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

qownnotes: 24.3.1 -> 24.3.3
This commit is contained in:
Nick Cao 2024-03-16 11:59:03 -07:00 committed by GitHub
commit f2a7e82e9a
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.1";
version = "24.3.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-9WlpZO/OUSSUxBXXOcB6fLq5t75uryViWsn26C05bVo=";
hash = "sha256-1PnGccbEKkFZGE7mxMD8onMkFd/f9qyvERSu+VL3yUE=";
};
nativeBuildInputs = [