We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68c6f commit 9ce2035Copy full SHA for 9ce2035
1 file changed
pkgs/development/libraries/librsvg/default.nix
@@ -24,13 +24,13 @@
24
25
stdenv.mkDerivation rec {
26
pname = "librsvg";
27
- version = "2.52.3";
+ version = "2.52.4";
28
29
outputs = [ "out" "dev" "installedTests" ];
30
31
src = fetchurl {
32
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
33
- sha256 = "Nuf1vIjXhgjqf2wF5K/krMFga5rxPChF1DhQc9CCuKQ=";
+ sha256 = "Zg7Ig2o6kVh7yThJIBMtTDjR0XGMZ/4WDFIT/k3sKSg=";
34
};
35
36
cargoVendorDir = "vendor";
0 commit comments