Unverified Commit 98d778f0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #282701 from marsam/update-rsvg

resvg: 0.37.0 -> 0.38.0
parents 4843bc92 0aa5668b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "resvg";
  version = "0.37.0";
  version = "0.38.0";

  src = fetchFromGitHub {
    owner = "RazrFalcon";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-IRIyxQk0BqFufZafq7klUHAW1lculqbcH67kf3jtjwo=";
    hash = "sha256-j3/Vjic1/ESOeISxOWf+vF63a4KfWp/Wy9lVkyc1PPA=";
  };

  cargoHash = "sha256-yKQRjY+aEXU5C3LhAyavtX8PazbAvAHQ7fykmK7LAQ8=";
  cargoHash = "sha256-kZUQ1uHF1xp5hUiY0byjiUuWXsIFq52zducbSnNFl5U=";

  cargoBuildFlags = [
    "--package=resvg"
@@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/RazrFalcon/resvg/blob/v${version}/CHANGELOG.md";
    license = licenses.mpl20;
    maintainers = [ maintainers.marsam ];
    mainProgram = "resvg";
  };
}