forked from mirrors/nixpkgs
pngout: 20130221 -> 20150319 (#58752)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pngout/versions
This commit is contained in:
parent
54fe047800
commit
3262558303
|
@ -6,11 +6,11 @@ let
|
|||
else throw "Unsupported system: ${stdenv.hostPlatform.system}";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "pngout-20130221";
|
||||
name = "pngout-20150319";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.jonof.id.au/dl/kenutils/pngout-20130221-linux.tar.gz;
|
||||
sha256 = "1qdzmgx7si9zr7wjdj8fgf5dqmmqw4zg19ypg0pdz7521ns5xbvi";
|
||||
url = http://static.jonof.id.au/dl/kenutils/pngout-20150319-linux.tar.gz;
|
||||
sha256 = "0iwv941hgs2g7ljpx48fxs24a70m2whrwarkrb77jkfcd309x2h7";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue