argyllcms: 3.3.0 -> 3.4.0 (#424510)

authored by Sandro and committed by GitHub a3e66763 83531c62

+2 -2
+2 -2
pkgs/by-name/ar/argyllcms/package.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "argyllcms"; 29 - version = "3.3.0"; 29 + version = "3.4.0"; 30 30 31 31 src = fetchzip { 32 32 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a 33 33 # while on me. It might be good to find a mirror 34 34 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip"; 35 - hash = "sha256-xpbj15GzpGS0d1UjzvYiZ1nmmTjNIyv0ST2blmi7ZSk="; 35 + hash = "sha256-jY6X9mQaP9NTIkbpW5QO31s+5Iv/mFEDgtwDgYXzIU4="; 36 36 }; 37 37 38 38 nativeBuildInputs = [