system/nix: Updated for version 1.11.13.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Pragmatic Cypher 2017-08-15 15:42:54 +01:00 committed by Willy Sudiarto Raharjo
parent afe1abffcb
commit 1e54fa3978
3 changed files with 6 additions and 5 deletions

View file

@ -36,6 +36,7 @@ be added under the 'nixbld' group.
Restricting access to the daemon is acheived by setting file
permissions for the daemon's socket's folder.
groupadd nix-users
chgrp nix-users /nix/var/nix/daemon-socket
chmod ug=rwx,o= /nix/var/nix/daemon-socket

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nix
VERSION=${VERSION:-1.11.4}
VERSION=${VERSION:-1.11.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="nix"
VERSION="1.11.4"
VERSION="1.11.13"
HOMEPAGE="http://nixos.org/nix"
DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.4/nix-1.11.4.tar.xz"
MD5SUM="5e74997665df456ea3ac379a2cbfa4af"
DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.13/nix-1.11.13.tar.xz"
MD5SUM="7f12df0c0057ac6d057dee639269403f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-DBD-SQLite perl-WWW-Curl"
REQUIRES="perl-DBD-SQLite perl-WWW-Curl libseccomp"
MAINTAINER="Pragmatic Cypher"
EMAIL="slackbuilds@server.ky"