summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-03 21:31:04 +0100
committerGitHub <noreply@github.com>2019-01-03 21:31:04 +0100
commit201c4b8a3e3af96a7c1604e9032b1d5beb77b085 (patch)
tree882d02cae8376a59ecd15c6cde05652ff3bf9531 /pkgs
parent4f99f8d2cbad9b72b7ce116f13788d8feb4b35d0 (diff)
parentd69cd2441ab90d0fca09af5e6eda4816c76c8140 (diff)
downloadnixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar.gz
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar.bz2
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar.lz
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar.xz
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.tar.zst
nixpkgs-201c4b8a3e3af96a7c1604e9032b1d5beb77b085.zip
Merge pull request #53337 from r-ryantm/auto-update/jhead
jhead: 3.02 -> 3.03
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/jhead/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/jhead/default.nix b/pkgs/tools/graphics/jhead/default.nix
index ce1d26e062c..e4405455097 100644
--- a/pkgs/tools/graphics/jhead/default.nix
+++ b/pkgs/tools/graphics/jhead/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "jhead-${version}";
-  version = "3.02";
+  version = "3.03";
 
   src = fetchurl {
     url = "http://www.sentex.net/~mwandel/jhead/${name}.tar.gz";
-    sha256 = "0apdqxqzssnlgn3z9ykvd487dvnbfsgxw1vklr0b916c7my77jc5";
+    sha256 = "1hn0yqcicq3qa20h1g313l1a671r8mccpb9gz0w1056r500lw6c2";
   };
 
   buildInputs = [ libjpeg ];