oxipng: 1.0.0 -> 1.0.1

This commit is contained in:
DarkScythe97 2018-02-23 18:26:41 +10:30 committed by Franz Pletz
parent e74b61edde
commit 8c3e7149df

View File

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
version = "1.0.0";
version = "1.0.1";
name = "oxipng-${version}";
src = fetchFromGitHub {
owner = "shssoichiro";
repo = "oxipng";
rev = "v${version}";
sha256 = "1w3y9qy72sfz6zv1iizp843fd39rf1qfh7b9mllbn5w8w4hd658w";
sha256 = "0w39f0dhq9cxk25vy0wh8vicxyckvj1vmglx5va4550i3q0hsrws";
};
cargoSha256 = "0mj45svb0nly3cl5d1fmm7nh2zswxpgb56g9xnb4cks5186sn5fi";
cargoSha256 = "00nbx6n73yl4ax05pqkmim1vhy0pymgz5la1cc4y18gjbjjj9w4h";
meta = with stdenv.lib; {
homepage = https://github.com/shssoichiro/oxipng;