Unverified Commit a3e66763 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

argyllcms: 3.3.0 -> 3.4.0 (#424510)

parents 83531c62 a074c186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "argyllcms";
  version = "3.3.0";
  version = "3.4.0";

  src = fetchzip {
    # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
    # while on me. It might be good to find a mirror
    url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
    hash = "sha256-xpbj15GzpGS0d1UjzvYiZ1nmmTjNIyv0ST2blmi7ZSk=";
    hash = "sha256-jY6X9mQaP9NTIkbpW5QO31s+5Iv/mFEDgtwDgYXzIU4=";
  };

  nativeBuildInputs = [