1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to 2.1.3

This commit is contained in:
Alastair Pharo
2018-10-07 17:59:47 +11:00
parent 86c819102e
commit be00bfe3c5
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = nix
pkgdesc = A purely functional package manager
pkgver = 2.1.1
pkgrel = 2
pkgver = 2.1.3
pkgrel = 1
url = https://nixos.org/nix
install = nix.install
arch = i686
@@ -15,8 +15,8 @@ pkgbase = nix
depends = libsodium
depends = boost
depends = brotli
source = https://nixos.org/releases/nix/nix-2.1.1/nix-2.1.1.tar.xz
sha256sums = 63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b
source = https://nixos.org/releases/nix/nix-2.1.3/nix-2.1.3.tar.xz
sha256sums = 5d22dad058d5c800d65a115f919da22938c50dd6ba98c5e3a183172d149840a4
pkgname = nix

View File

@@ -6,8 +6,8 @@
# Contributor: koral <koral at mailoo dot org>
pkgname=nix
pkgver=2.1.1
pkgrel=2
pkgver=2.1.3
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64' 'armv7h')
url="https://nixos.org/nix"
@@ -16,7 +16,7 @@ depends=('gc' 'libsodium' 'boost' 'brotli')
makedepends=('bzip2' 'gc' 'openssl')
install=nix.install
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
sha256sums=('63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b')
sha256sums=('5d22dad058d5c800d65a115f919da22938c50dd6ba98c5e3a183172d149840a4')
prepare() {