···6677stdenv.mkDerivation rec {
88 pname = "argyllcms";
99- version = "3.1.0";
99+ version = "3.2.0";
10101111 src = fetchzip {
1212 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
1313 # while on me. It might be good to find a mirror
1414 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
1515- hash = "sha256-IZScf+xpvvMt5YFlYQprg51cw2ztMdOrqcLm7l5uBhU=";
1515+ hash = "sha256-t2dvbYFHEz9IUYpcM5HqDju4ugHrD7seG3QxumspxDg=";
1616 };
17171818 nativeBuildInputs = [ jam unzip ];