diff options
Diffstat (limited to 'system/nix/nix.SlackBuild')
-rw-r--r-- | system/nix/nix.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nix/nix.SlackBuild b/system/nix/nix.SlackBuild index e51820ba3aed3..b7ffd315f7679 100644 --- a/system/nix/nix.SlackBuild +++ b/system/nix/nix.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nix -# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com> # Copyright 2015 Pragmatic Cypher <slackbuilds@server.ky> # All rights reserved. # @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nix -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |