qownnotes: 23.6.0 -> 23.6.4

This commit is contained in:
Patrizio Bekerle 2023-06-09 15:27:50 +02:00
parent ccde02dcbc
commit a464f05eba
No known key found for this signature in database
GPG Key ID: 67EF441ECF195217

View File

@ -18,14 +18,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.6.0";
version = "23.6.4";
in
stdenv.mkDerivation {
inherit pname appname version;
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
hash = "sha256-g8sWnc0b+DciEu6ZtQsPTUUfcudWKCNSQc6K67tLsYg=";
hash = "sha256-4uH76/zLgNcuX6nI6YtTxGB9cYj3jHla/B3w9w6CUx4=";
};
nativeBuildInputs = [