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