summary refs log tree commit diff
path: root/pkgs/development/libraries/exempi
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-17 17:22:14 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-17 17:22:14 -0700
commit34682ddc4976178f8c6f681b54a96e9753fcc730 (patch)
treebbc128e0edd1f2bea5be74f42fc832b7d9016e18 /pkgs/development/libraries/exempi
parent548607d830490a5f48e85b28f57902acbb94a3b1 (diff)
downloadnixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar.gz
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar.bz2
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar.lz
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar.xz
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.tar.zst
nixpkgs-34682ddc4976178f8c6f681b54a96e9753fcc730.zip
exempi: 2.4.4 -> 2.4.5
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.4.5 with grep in /nix/store/l4nmjlanshgdwrh95g1h0714zcm1kk3z-exempi-2.4.5
- directory tree listing: https://gist.github.com/2d437e9ea408cfda7abaa772865a0b82
Diffstat (limited to 'pkgs/development/libraries/exempi')
-rw-r--r--pkgs/development/libraries/exempi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/exempi/default.nix b/pkgs/development/libraries/exempi/default.nix
index 96f4af3226b..1f58fd698da 100644
--- a/pkgs/development/libraries/exempi/default.nix
+++ b/pkgs/development/libraries/exempi/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, expat, zlib, boost, libiconv, darwin }:
 
 stdenv.mkDerivation rec {
-  name = "exempi-2.4.4";
+  name = "exempi-2.4.5";
 
   src = fetchurl {
     url = "http://libopenraw.freedesktop.org/download/${name}.tar.bz2";
-    sha256 = "1c1xxiw9lazdaz4zvrnvcy9pif9l1wib7zy91m48i7a4bnf9mmd2";
+    sha256 = "07i29xmg8bqriviaf4vi1mwha4lrw85kfla29cfym14fp3z8aqa0";
   };
 
   configureFlags = [