Skip to content

Commit

Permalink
oxipng: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkScythe97 authored and fpletz committed Feb 23, 2018
1 parent e74b61e commit 8c3e714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/oxipng/default.nix
@@ -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;
Expand Down

0 comments on commit 8c3e714

Please sign in to comment.