Skip to content

Commit 9ce2035

Browse files
r-ryantmJonathan Ringer
authored andcommitted
librsvg: 2.52.3 -> 2.52.4
(cherry picked from commit c6c167d)
1 parent 8c68c6f commit 9ce2035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/librsvg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424

2525
stdenv.mkDerivation rec {
2626
pname = "librsvg";
27-
version = "2.52.3";
27+
version = "2.52.4";
2828

2929
outputs = [ "out" "dev" "installedTests" ];
3030

3131
src = fetchurl {
3232
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
33-
sha256 = "Nuf1vIjXhgjqf2wF5K/krMFga5rxPChF1DhQc9CCuKQ=";
33+
sha256 = "Zg7Ig2o6kVh7yThJIBMtTDjR0XGMZ/4WDFIT/k3sKSg=";
3434
};
3535

3636
cargoVendorDir = "vendor";

0 commit comments

Comments
 (0)