Merge pull request #306396 from trofi/argyllcms-update

argyllcms: 3.1.0 -> 3.2.0
This commit is contained in:
kirillrdy 2024-04-24 19:50:05 +10:00 committed by GitHub
commit 01cc82d007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "argyllcms";
version = "3.1.0";
version = "3.2.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-IZScf+xpvvMt5YFlYQprg51cw2ztMdOrqcLm7l5uBhU=";
hash = "sha256-t2dvbYFHEz9IUYpcM5HqDju4ugHrD7seG3QxumspxDg=";
};
nativeBuildInputs = [ jam unzip ];