imageworsener: 1.3.3 -> 1.3.4
Updates imageworsener to 1.3.4, and adds me as a maintainer. Update tag: https://github.com/jsummers/imageworsener/releases/tag/1.3.4
This commit is contained in:
parent
00a904f61b
commit
7842f1ba08
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "imageworsener";
|
pname = "imageworsener";
|
||||||
version = "1.3.3";
|
version = "1.3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://entropymine.com/${pname}/${pname}-${version}.tar.gz";
|
url = "https://entropymine.com/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "099ymaqk7gj0plmdx7fxabbdx2n03d25r00ly0vf6cx37mgnwjvw";
|
sha256 = "1dhjhlfrdng50dxxd306adzm54ir62pz99h4v0yi6rg56nxv5q5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://entropymine.com/imageworsener/";
|
homepage = "https://entropymine.com/imageworsener/";
|
||||||
changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt";
|
changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ emily ];
|
maintainers = with maintainers; [ emily smitop ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user