···26262727stdenv.mkDerivation rec {
2828 pname = "argyllcms";
2929- version = "3.3.0";
2929+ version = "3.4.0";
30303131 src = fetchzip {
3232 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
3333 # while on me. It might be good to find a mirror
3434 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
3535- hash = "sha256-xpbj15GzpGS0d1UjzvYiZ1nmmTjNIyv0ST2blmi7ZSk=";
3535+ hash = "sha256-jY6X9mQaP9NTIkbpW5QO31s+5Iv/mFEDgtwDgYXzIU4=";
3636 };
37373838 nativeBuildInputs = [