oxipng: 1.0.0 -> 1.0.1
This commit is contained in:
parent
e74b61edde
commit
8c3e7149df
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform }:
|
{ stdenv, fetchFromGitHub, rustPlatform }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
name = "oxipng-${version}";
|
name = "oxipng-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shssoichiro";
|
owner = "shssoichiro";
|
||||||
repo = "oxipng";
|
repo = "oxipng";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w3y9qy72sfz6zv1iizp843fd39rf1qfh7b9mllbn5w8w4hd658w";
|
sha256 = "0w39f0dhq9cxk25vy0wh8vicxyckvj1vmglx5va4550i3q0hsrws";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0mj45svb0nly3cl5d1fmm7nh2zswxpgb56g9xnb4cks5186sn5fi";
|
cargoSha256 = "00nbx6n73yl4ax05pqkmim1vhy0pymgz5la1cc4y18gjbjjj9w4h";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/shssoichiro/oxipng;
|
homepage = https://github.com/shssoichiro/oxipng;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user