Skip to content

Commit 4daff6a

Browse files
committed
oxipng: 2.3.0 -> 3.0.0
1 parent 567f0a3 commit 4daff6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/graphics/oxipng/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{ stdenv, fetchFromGitHub, rustPlatform }:
22

33
rustPlatform.buildRustPackage rec {
4-
version = "2.3.0";
4+
version = "3.0.0";
55
pname = "oxipng";
66

77
src = fetchFromGitHub {
88
owner = "shssoichiro";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "1cx026g1gdvk4qmnrbsmg46y2lizx0wqny25hhdjnh9pwzjc77mh";
11+
sha256 = "1k6q5xdfbw4vv4mvms32fhih7k1gpjj98nzrd171ig1vv3gpwwpg";
1212
};
1313

14-
cargoSha256 = "17wgsj2fcxhpsib3ps20sninbf236f9ihf4lnnfrawknmqfvq4s9";
14+
cargoSha256 = "19h3fwc5s2yblah5lnsm0f4m618p2bkdz2qz47kfi6jdvk89j8z7";
1515

1616
# https://crates.io/crates/cloudflare-zlib#arm-vs-nightly-rust
1717
cargoBuildFlags = [ "--features=cloudflare-zlib/arm-always" ];

0 commit comments

Comments
 (0)