Merge pull request #187677 from r-ryantm/auto-update/qownnotes

qownnotes: 22.8.1 -> 22.8.3

authored by Bobby Rong and committed by GitHub e1240fb9 ed7e80c8

+2 -2
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 5 5 6 6 mkDerivation rec { 7 7 pname = "qownnotes"; 8 - version = "22.8.1"; 8 + version = "22.8.3"; 9 9 10 10 src = fetchurl { 11 11 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 12 12 # Fetch the checksum of current version with curl: 13 13 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 14 - sha256 = "82b231c53c485671568571e97f34b98887b0cee6e8a336a61e7d490edc605061"; 14 + sha256 = "sha256-f6/MlgAlJWf8RpKiJNP5gWjesUfkxaabWW4lXQCLtdQ="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ qmake qttools ];