Merge pull request #246763 from henrirosten/librsvg_update_to_2_56_3

librsvg: 2.56.2 -> 2.56.3
This commit is contained in:
Robert Scott 2023-08-03 19:45:26 +01:00 committed by GitHub
commit 5f0e750132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "librsvg";
version = "2.56.2";
version = "2.56.3";
outputs = [ "out" "dev" ] ++ lib.optionals withIntrospection [
"devdoc"
@ -41,13 +41,13 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/librsvg/${lib.versions.majorMinor finalAttrs.version}/librsvg-${finalAttrs.version}.tar.xz";
sha256 = "PsPE2Pc+C6S5EwAmlp6DccCStzQpjTbi/bPrSvzsEgA=";
hash = "sha256-WjKASKAtAUZFzSf2EUD04LESgPssfyohhk/gxZrBzog=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "librsvg-deps-${finalAttrs.version}";
hash = "sha256-GIEpZ5YMvmYQLcaLXseXQ6gIF7ICtUKq28JCVJ3PEYk=";
hash = "sha256-s7eNMSdajr2VhB/BPVUFftHhHKCqpR9sTfxfWwag1mI=";
# TODO: move this to fetchCargoTarball
dontConfigure = true;
};