File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/tools/graphics/resvg Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33rustPlatform . 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}
You can’t perform that action at this time.
0 commit comments