mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
argyllcms: 2.2.1 -> 2.3.0
This commit is contained in:
parent
3f1e5d05de
commit
b7fd134444
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "argyllcms";
|
pname = "argyllcms";
|
||||||
version = "2.2.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
# Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
|
# Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
|
||||||
# while on me. It might be good to find a mirror
|
# while on me. It might be good to find a mirror
|
||||||
url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
|
url = "https://www.argyllcms.com/Argyll_V${version}_src.zip";
|
||||||
sha256 = "sha256-umY3wQfG26Okqnw+MCUnlwWTAyJ6MR/FHe5oe61KBh0=";
|
sha256 = "sha256-UNjCcqJgbRSox55OP3pLdKFHY0NPLHEq3nwqvxWre7U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ jam unzip ];
|
nativeBuildInputs = [ jam unzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user