mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
argyllcms: 2.1.0 -> 2.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/argyllcms/versions
This commit is contained in:
parent
97aba37876
commit
5ff155615e
@ -2,7 +2,7 @@
|
|||||||
, libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
|
, libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
|
||||||
, libXdmcp, libXau, lib, openssl }:
|
, libXdmcp, libXau, lib, openssl }:
|
||||||
let
|
let
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "argyllcms-${version}";
|
name = "argyllcms-${version}";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
# 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 = "02zxy6ipp84hrd1p5nspp3f9dzphr0qwlq8s557jn746cf866bv3";
|
sha256 = "0zq3fipky44xg536kdhg9bchi6s9ka7n1q73fwf9ja766s8rj99m";
|
||||||
|
|
||||||
# The argyllcms web server doesn't like curl ...
|
# The argyllcms web server doesn't like curl ...
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||||
|
Loading…
Reference in New Issue
Block a user