mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
fd0da431dd
commit
830c9cbf50
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue