nix: update to 2.3.2.

This commit is contained in:
Juan RP 2020-01-06 09:12:46 +01:00
parent bd95bd3798
commit 5649b5a8db

View file

@ -1,7 +1,7 @@
# Template file for 'nix' # Template file for 'nix'
pkgname=nix pkgname=nix
version=2.3.1 version=2.3.2
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
# Use /nix/var as suggested by the official Manual. # Use /nix/var as suggested by the official Manual.
configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh" configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh"
@ -16,7 +16,7 @@ license="LGPL-2.1-or-later"
homepage="https://nixos.org/nix/" homepage="https://nixos.org/nix/"
changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes" changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz" distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=bb6578e9f20eebab6d78469ecc59c450ac54f276e5a86a882015d98fecb1bc7b checksum=9fea4b52db0b296dcf05d36f7ecad9f48396af3a682bb21e31f8d04c469beef8
# Default configuration file. # Default configuration file.
conf_files="/etc/nix/nix.conf" conf_files="/etc/nix/nix.conf"