librsvg: 2.54.1 -> 2.54.3

authored by R. Ryantm and committed by Jan Tojnar e8a89451 7473d05c

+2 -2
+2 -2
pkgs/development/libraries/librsvg/default.nix
··· 27 28 stdenv.mkDerivation rec { 29 pname = "librsvg"; 30 - version = "2.54.1"; 31 32 outputs = [ "out" "dev" "installedTests" ] ++ lib.optionals withIntrospection [ 33 "devdoc" ··· 35 36 src = fetchurl { 37 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 38 - sha256 = "1VV++9zEFaQYDhEWt/c2y3EbJT0RDZX6huyDD3ACZiU="; 39 }; 40 41 cargoVendorDir = "vendor";
··· 27 28 stdenv.mkDerivation rec { 29 pname = "librsvg"; 30 + version = "2.54.3"; 31 32 outputs = [ "out" "dev" "installedTests" ] ++ lib.optionals withIntrospection [ 33 "devdoc" ··· 35 36 src = fetchurl { 37 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 38 + sha256 = "ZhWPLvRt3iYAJoRsTaEC5KndTlKTAQ8wlJxswm3W7+g="; 39 }; 40 41 cargoVendorDir = "vendor";