Unverified Commit 099b9947 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #159910 from r-ryantm/auto-update/resvg

resvg: 0.20.0 -> 0.21.0
parents ab27cc80 6e2acad5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "resvg";
  version = "0.20.0";
  version = "0.21.0";

  src = fetchFromGitHub {
    owner = "RazrFalcon";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-pw6qxOpujpljZyDnS7PFFhBbOSTYlX7R7Nn1GyxYQYI=";
    sha256 = "sha256-I0I6gb2jG0ZeEp6WwDipe43wuek43CWm0zGBX2hAros=";
  };

  cargoSha256 = "sha256-Jhco7KdEQOxfHOAPNIHZfAED5LOZD5kelaDSBeuT41E=";
  cargoSha256 = "sha256-EdbyaVrHjjVUNmQM96VKCeU3ss1G/N4OZxFMLvFgRqY=";

  buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];