forked from mirrors/nixpkgs
resvg: 0.37.0 -> 0.38.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.37.0...v0.38.0 Changelog: https://github.com/RazrFalcon/resvg/blob/v0.38.0/CHANGELOG.md
This commit is contained in:
parent
f36cf57e73
commit
0aa5668be4
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue