nix: update to 2.8.1.

This commit is contained in:
Urs Schulz 2022-05-20 12:53:43 +02:00 committed by Érico Nogueira Rolim
parent de48221777
commit 7133bb33e8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nix'
pkgname=nix
version=2.8.0
version=2.8.1
revision=1
build_style=gnu-configure
# Use /nix/var as suggested by the official Manual.
@ -17,7 +17,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://github.com/NixOS/nix/archive/refs/tags/${version}.tar.gz"
checksum=91a7f2bcdde3263927d842f04a345ed77319148c700e2c8be01498724e6808c0
checksum=6f19455775523fca4ae4096e6a6fc493f577198b968811f7fa77eb1fa5213b43
disable_parallel_build=yes
nocross="cross build populates /usr/lib32 with libraries and tries to link against them"