Merge pull request #53337 from r-ryantm/auto-update/jhead

jhead: 3.02 -> 3.03
This commit is contained in:
Jörg Thalheim 2019-01-03 21:31:04 +01:00 committed by GitHub
commit 201c4b8a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];