librsvg: 2.62.1 -> 2.62.3
Changes: - https://gitlab.gnome.org/GNOME/librsvg/-/tags/2.62.2 - https://gitlab.gnome.org/GNOME/librsvg/-/tags/2.62.3 Co-authored-by: dotlambda <github@dotlambda.de>
This commit is contained in:
co-authored by
dotlambda
parent
0a6619d2fd
commit
37928491df
@@ -50,7 +50,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "librsvg";
|
||||
version = "2.62.1";
|
||||
version = "2.62.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -62,13 +62,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/librsvg/${lib.versions.majorMinor finalAttrs.version}/librsvg-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-tByoQgYkL93YJqK/djSNfN9SwQUMv6BguGboGiUhRcM=";
|
||||
hash = "sha256-frRJsnIqdoAhNW9m3+4yAsIptU7U5qcM5AwJDpf/FvI=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) src;
|
||||
name = "librsvg-deps-${finalAttrs.version}";
|
||||
hash = "sha256-Px7H2Z4ShCCuZNskuKj427lE9dvIc6xRo8R1S4fK+ZQ=";
|
||||
hash = "sha256-9ubfIl9R2BdcAWn7i050KBbb4cMdlakvrKdnjpZCQjA=";
|
||||
dontConfigure = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user