qownnotes: 23.6.5 -> 23.6.6

This commit is contained in:
Patrizio Bekerle 2023-06-23 15:58:01 +02:00
parent 50a780ce5c
commit a9c0f2bd83
No known key found for this signature in database
GPG key ID: 67EF441ECF195217

View file

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.6.5";
version = "23.6.6";
in
stdenv.mkDerivation {
inherit pname appname version;
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
hash = "sha256-FTGptp6RWVJYdLXtDI5cymt1bNr+0yHk0wLCOuTbxlE=";
hash = "sha256-UXEnoe8TovzghKtEXDis5Gk93oDEyJhhNXMnGaK5VXI=";
};
nativeBuildInputs = [