nix: update to 2.2.2.
This commit is contained in:
parent
ec76f7b904
commit
eb4336fe73
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nix'
|
||||
pkgname=nix
|
||||
version=2.2.1
|
||||
revision=3
|
||||
version=2.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# Use /nix/var as suggested by the official Manual.
|
||||
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/"
|
||||
changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
|
||||
distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515
|
||||
checksum=f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c
|
||||
|
||||
# Default configuration file.
|
||||
conf_files="/etc/nix/nix.conf"
|
||||
|
|
Loading…
Reference in a new issue