qownnotes: 23.5.0 -> 23.5.3

This commit is contained in:
Matthias Thym 2023-05-10 15:42:42 +02:00
parent 51b8753ce8
commit ffc1e6da3c

View file

@ -16,14 +16,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.5.0";
version = "23.5.3";
in
stdenv.mkDerivation {
inherit pname appname version;
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
hash = "sha256-W1bu3isEe1j7XTj+deLNk6Ncssy2UKG+eF36fe1FFWs=";
hash = "sha256-keNR+RMFVlHMeyT1Ngtuu2jWMDwFyLbZAVUk7c0Ed38=";
};
nativeBuildInputs = [