argyllcms: 2.3.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2023-09-26 02:37:16 +00:00
parent 350b6b84e6
commit 72db60de1f

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "argyllcms";
version = "2.3.1";
version = "3.0.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-XWsubjdD1tg0o7x/aoAalemAChehWkwh4fkP2WRvhAw=";
sha256 = "sha256-nX7YwsbWqaHav22S91ZkfAXXxuFYANhAv5hTO696Dt0=";
};
nativeBuildInputs = [ jam unzip ];