Skip to content

Commit 0aa5668

Browse files
committed
1 parent f36cf57 commit 0aa5668

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/tools/graphics/resvg/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "resvg";
5-
version = "0.37.0";
5+
version = "0.38.0";
66

77
src = fetchFromGitHub {
88
owner = "RazrFalcon";
99
repo = pname;
1010
rev = "v${version}";
11-
hash = "sha256-IRIyxQk0BqFufZafq7klUHAW1lculqbcH67kf3jtjwo=";
11+
hash = "sha256-j3/Vjic1/ESOeISxOWf+vF63a4KfWp/Wy9lVkyc1PPA=";
1212
};
1313

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

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

0 commit comments

Comments
 (0)