Merge pull request #38234 from r-ryantm/auto-update/icoutils

icoutils: 0.32.2 -> 0.32.3
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:32:24 -05:00 committed by GitHub
commit e349272b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libpng, perl, perlPackages, makeWrapper }:
stdenv.mkDerivation rec {
name = "icoutils-0.32.2";
name = "icoutils-0.32.3";
src = fetchurl {
url = "mirror://savannah/icoutils/${name}.tar.bz2";
sha256 = "1g8ihxw24gbiy189h36w16lbyfq7fn260qkbc85n9jqrvkxsz4p8";
sha256 = "1q66cksms4l62y0wizb8vfavhmf7kyfgcfkynil3n99s0hny1aqp";
};
buildInputs = [ makeWrapper libpng perl ];