gnutar: 1.31 -> 1.32

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnutar/versions
This commit is contained in:
R. RyanTM 2019-04-16 06:10:49 -07:00 committed by Frederik Rietdijk
parent 75bbd766f5
commit 2a09d0d499

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnutar-${version}"; name = "gnutar-${version}";
version = "1.31"; version = "1.32";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/tar/tar-${version}.tar.xz"; url = "mirror://gnu/tar/tar-${version}.tar.xz";
sha256 = "1h9dxhjhz1jnyhmh6jfhqw1g1sxqbg3cd32vpwg7x2xxxqffzwrp"; sha256 = "1n7xy657ii0sa42zx6944v2m4v9qrh6sqgmw17l3nch3y43sxlyh";
}; };
# avoid retaining reference to CF during stdenv bootstrap # avoid retaining reference to CF during stdenv bootstrap