system/nix: Updated for version 2.6.0.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pouria Rezaei 2022-02-07 02:02:00 +03:30 committed by Willy Sudiarto Raharjo
parent fd0da431dd
commit 830c9cbf50
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="nix"
VERSION="2.5.1"
VERSION="2.6.0"
HOMEPAGE="http://nixos.org/nix"
DOWNLOAD="https://github.com/NixOS/nix/archive/2.5.1/nix-2.5.1.tar.gz"
MD5SUM="2881e852275449e1657d25b3c0854588"
DOWNLOAD="https://github.com/NixOS/nix/archive/2.6.0/nix-2.6.0.tar.gz"
MD5SUM="e07d9f4c53006e954320ce93300d4ae5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest jq libeditline lowdown libcpuid mdbook"