about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-22 20:43:34 -0500
committerGitHub <noreply@github.com>2022-10-22 20:43:34 -0500
commit84fc8bf89e5404ff981084870683bf91de490bbe (patch)
tree86ab757a474c23c3528402c1084ab45790888054 /pkgs
parentc25ad45c972e9f63867e26ae6a7dea359d79a8c9 (diff)
parentc3c703a232ff7ab910a7a1c310d76714a97271aa (diff)
downloadnixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar.gz
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar.bz2
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar.lz
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar.xz
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.tar.zst
nixlib-84fc8bf89e5404ff981084870683bf91de490bbe.zip
Merge pull request #197298 from r-ryantm/auto-update/resvg
resvg: 0.23.0 -> 0.24.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/resvg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/resvg/default.nix b/pkgs/tools/graphics/resvg/default.nix
index 245fc07cdb2d..617891fdb93a 100644
--- a/pkgs/tools/graphics/resvg/default.nix
+++ b/pkgs/tools/graphics/resvg/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "resvg";
-  version = "0.23.0";
+  version = "0.24.0";
 
   src = fetchFromGitHub {
     owner = "RazrFalcon";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-GiRLunAfDBqJtaq2ccQ3tvPDfmTg5OklkI6apAiMYL0=";
+    sha256 = "sha256-cVrfyUtgPAyQvDEbQG88xrsjo0IoRtYZgJSjRWg/WCY=";
   };
 
-  cargoSha256 = "sha256-rFhmR3H2u5LBBUCK5mCfHvIevFjbIe+CQLS535mJ53w=";
+  cargoSha256 = "sha256-JR3lenTRthJmVC+dcsiX8S3iKhDbowMt9Eka5Yw/Svw=";
 
   meta = with lib; {
     description = "An SVG rendering library";