Skip to content

Commit

Permalink
resvg: 0.11.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent 55324b5 commit d83c446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/resvg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "resvg";
version = "0.11.0";
version = "0.12.0";

src = fetchFromGitHub {
owner = "RazrFalcon";
repo = pname;
rev = "v${version}";
sha256 = "1qaca8wqwi2wqqx1yladjb4clgqdzsm8b7qsiaw0qascddjw1mcc";
sha256 = "0iqlg0wmx9y81ncbw4ihd6pr7ddpfsvk35zmhzsq4plwzbxgp0w1";
};

cargoSha256 = "1y10xzdf5kxbi9930qfsmryrbrkx1wmc5b216l9wcxq6cd77hxy2";
cargoSha256 = "0jgczhvm5rsv4vwd5wx6gshy6322im4c3wi79klk249czr6vlwsg";

doCheck = false;

Expand Down

0 comments on commit d83c446

Please sign in to comment.