Merge pull request #243123 from pbek/qownnotes-update

authored by Janik and committed by GitHub 7474f10c 7dc3a8a6

+3 -3
+3 -3
pkgs/applications/office/qownnotes/default.nix
··· 19 let 20 pname = "qownnotes"; 21 appname = "QOwnNotes"; 22 - version = "23.6.6"; 23 in 24 stdenv.mkDerivation { 25 inherit pname appname version; 26 27 src = fetchurl { 28 - url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 29 - hash = "sha256-UXEnoe8TovzghKtEXDis5Gk93oDEyJhhNXMnGaK5VXI="; 30 }; 31 32 nativeBuildInputs = [
··· 19 let 20 pname = "qownnotes"; 21 appname = "QOwnNotes"; 22 + version = "23.7.1"; 23 in 24 stdenv.mkDerivation { 25 inherit pname appname version; 26 27 src = fetchurl { 28 + url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 29 + hash = "sha256-xrt9xeBANcrTf84YR8jLDZkoTAQ4SXrlGsVJPXCefqw="; 30 }; 31 32 nativeBuildInputs = [