Merge pull request #152965 from r-ryantm/auto-update/argyllcms

argyllcms: 2.2.1 -> 2.3.0
This commit is contained in:
markuskowa 2022-01-03 10:40:40 +01:00 committed by GitHub
commit 8d69a9dd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "argyllcms";
version = "2.2.1";
version = "2.3.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";
sha256 = "sha256-umY3wQfG26Okqnw+MCUnlwWTAyJ6MR/FHe5oe61KBh0=";
sha256 = "sha256-UNjCcqJgbRSox55OP3pLdKFHY0NPLHEq3nwqvxWre7U=";
};
nativeBuildInputs = [ jam unzip ];