summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 18:48:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 18:48:49 +0000
commit5091b60dd55def1c5747e7adefde94d9f53ebc9d (patch)
tree9894cf8b33418e7f6489fb19cc497c2daac0287d /pkgs/tools/graphics
parent4acc16240c7f22fd335fa5eb1654cf59c4ea9e6c (diff)
downloadnixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar.gz
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar.bz2
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar.lz
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar.xz
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.tar.zst
nixpkgs-5091b60dd55def1c5747e7adefde94d9f53ebc9d.zip
argyllcms: 2.3.0 -> 2.3.1
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/argyllcms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/argyllcms/default.nix b/pkgs/tools/graphics/argyllcms/default.nix
index 9c17990ee67..2b17fa796e8 100644
--- a/pkgs/tools/graphics/argyllcms/default.nix
+++ b/pkgs/tools/graphics/argyllcms/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "argyllcms";
-  version = "2.3.0";
+  version = "2.3.1";
 
   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-UNjCcqJgbRSox55OP3pLdKFHY0NPLHEq3nwqvxWre7U=";
+    sha256 = "sha256-XWsubjdD1tg0o7x/aoAalemAChehWkwh4fkP2WRvhAw=";
   };
 
   nativeBuildInputs = [ jam unzip ];