Merge pull request #178239 from totoroot/update/qownnotes-22.6.1

qownnotes: 22.5.0 -> 22.6.1
main
Guillaume Girol 2 years ago committed by GitHub
commit 3d0b6eb93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/office/qownnotes/default.nix

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "22.5.0";
version = "22.6.1";
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 = "52a81401a4a03c77e28f37f56c3ebdc6696ff43c75cc9330d10ba7e801f48ccd";
sha256 = "c5b2075d42298d28f901ad2df8eb65f5a61aa59727fae9eeb1f92dac1b63d8ba";
};
nativeBuildInputs = [ qmake qttools ];

Loading…
Cancel
Save