···67stdenv.mkDerivation rec {
8 pname = "argyllcms";
9- version = "3.1.0";
1011 src = fetchzip {
12 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
13 # while on me. It might be good to find a mirror
14 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
15- hash = "sha256-IZScf+xpvvMt5YFlYQprg51cw2ztMdOrqcLm7l5uBhU=";
16 };
1718 nativeBuildInputs = [ jam unzip ];
···67stdenv.mkDerivation rec {
8 pname = "argyllcms";
9+ version = "3.2.0";
1011 src = fetchzip {
12 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
13 # while on me. It might be good to find a mirror
14 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
15+ hash = "sha256-t2dvbYFHEz9IUYpcM5HqDju4ugHrD7seG3QxumspxDg=";
16 };
1718 nativeBuildInputs = [ jam unzip ];