summary refs log tree commit diff
path: root/pkgs/applications/graphics/exrdisplay
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 23:02:57 -0700
committerobadz <obadz-git@obadz.com>2018-03-21 22:49:26 +0000
commitf56f7a35aba980c72aeb8a54f59ea9a276161229 (patch)
tree29561ae47238cbdeda091997ae0d1000e9c4d0d9 /pkgs/applications/graphics/exrdisplay
parentc0aa3bf53d717a73bacfb3b9c7d906d63ce1e0ff (diff)
downloadnixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar.gz
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar.bz2
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar.lz
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar.xz
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.tar.zst
nixpkgs-f56f7a35aba980c72aeb8a54f59ea9a276161229.zip
exrdisplay: 2.2.0 -> 2.2.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.2.1 with grep in /nix/store/kpbzkj0s48h5mvvsvprqfqpah2kispil-openexr_viewers-2.2.1
- directory tree listing: https://gist.github.com/946b2664eb02e90d8d73194ffd04ac5f
Diffstat (limited to 'pkgs/applications/graphics/exrdisplay')
-rw-r--r--pkgs/applications/graphics/exrdisplay/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/exrdisplay/default.nix b/pkgs/applications/graphics/exrdisplay/default.nix
index aee65803e53..e698fb8f234 100644
--- a/pkgs/applications/graphics/exrdisplay/default.nix
+++ b/pkgs/applications/graphics/exrdisplay/default.nix
@@ -3,11 +3,11 @@
 assert fltk.glSupport;
 
 stdenv.mkDerivation {
-  name ="openexr_viewers-2.2.0";
+  name ="openexr_viewers-2.2.1";
 
   src = fetchurl {
-    url =  "mirror://savannah/openexr/openexr_viewers-2.2.0.tar.gz";
-    sha256 = "1s84vnas12ybx8zz0jcmpfbk9m4ab5bg2d3cglqwk3wys7jf4gzp";
+    url =  "mirror://savannah/openexr/openexr_viewers-2.2.1.tar.gz";
+    sha256 = "1ixx2wbjp4rvsf7h3bkja010gl1ihjrcjzy7h20jnn47ikg12vj8";
   };
 
   configurePhase = ''