summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-24 09:55:23 +0000
committerBobby Rong <rjl931189261@126.com>2023-10-29 20:07:15 +0800
commit402dec23ac2bfe39c7a7cde03f82395572ba2b28 (patch)
tree8f96de42d5c5f06e6527231dff856055dae77a7c
parentgtk4: 4.12.1 → 4.12.2 (diff)
downloadnixpkgs-402dec23ac2bfe39c7a7cde03f82395572ba2b28.tar.gz
librsvg: 2.56.93 → 2.57.0
https://gitlab.gnome.org/GNOME/librsvg/-/compare/2.56.93...2.57.0 NEWS look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
-rw-r--r--pkgs/development/libraries/librsvg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/librsvg/default.nix b/pkgs/development/libraries/librsvg/default.nix
index 24d0df95578a..253c3b2ee94e 100644
--- a/pkgs/development/libraries/librsvg/default.nix
+++ b/pkgs/development/libraries/librsvg/default.nix
@@ -43,7 +43,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "librsvg";
- version = "2.56.93";
+ version = "2.57.0";
outputs = [ "out" "dev" ] ++ lib.optionals withIntrospection [
"devdoc"
@@ -51,13 +51,13 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/librsvg/${lib.versions.majorMinor finalAttrs.version}/librsvg-${finalAttrs.version}.tar.xz";
- hash = "sha256-sOOIBmJa3X4/ctO1ncTR6VTlgLAmCfNKubomKbXtJrk=";
+ hash = "sha256-M1/i4MLL8be/BmhlEiSiPhNUUfCxeTzYE2Sb4r/6dOg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "librsvg-deps-${finalAttrs.version}";
- hash = "sha256-hO2ukoOuTddSY8an+PrW+PQ902mkDLSVchnlL4RrG6I=";
+ hash = "sha256-P8W4z/MwSpP0xqrxoVZPAip7ymdIUL2+uP88Q2Y3hVU=";
# TODO: move this to fetchCargoTarball
dontConfigure = true;
};