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

qownnotes: 24.1.2 -> 24.1.4
This commit is contained in:
Weijia Wang 2024-01-21 08:11:57 +01:00 committed by GitHub
commit 7f0ba982fa
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.1.2";
version = "24.1.4";
in
stdenv.mkDerivation {
inherit pname appname version;
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-UlHLGO5Rictj0/eZKxyFKxa/2XasQOAixnejOc+dH0M=";
hash = "sha256-RWAg89rbmoOSzOu9YjAkDluyPiYjT6f8gmri5AAHyww=";
};
nativeBuildInputs = [