Loading pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ mkDerivation rec { pname = "qownnotes"; version = "22.11.5"; version = "22.11.7"; src = fetchurl { url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; # Fetch the checksum of current version with curl: # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 sha256 = "451c7bed728710d1ff7ddc5bcc5a32b829dfac3ed2bbfdb6f7c2c328e6676a8c"; sha256 = "2fbc20f17422bc44c35dd3e78feb710ca275ecb34c550b2a9c743939531f7878"; }; nativeBuildInputs = [ qmake qttools ]; Loading Loading
pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ mkDerivation rec { pname = "qownnotes"; version = "22.11.5"; version = "22.11.7"; src = fetchurl { url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; # Fetch the checksum of current version with curl: # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 sha256 = "451c7bed728710d1ff7ddc5bcc5a32b829dfac3ed2bbfdb6f7c2c328e6676a8c"; sha256 = "2fbc20f17422bc44c35dd3e78feb710ca275ecb34c550b2a9c743939531f7878"; }; nativeBuildInputs = [ qmake qttools ]; Loading