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

Update to 2.1.1

This commit is contained in:
Alastair Pharo
2018-09-16 15:57:34 +10:00
parent ecbce1767d
commit b17b3ab1d8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = nix
pkgdesc = A purely functional package manager
pkgver = 2.0.4
pkgver = 2.1.1
pkgrel = 1
url = https://nixos.org/nix
install = nix.install
@@ -13,8 +13,8 @@ pkgbase = nix
makedepends = openssl
depends = gc
depends = libsodium
source = https://nixos.org/releases/nix/nix-2.0.4/nix-2.0.4.tar.xz
sha256sums = 166540ff7b8bb41449586b67e5fc6ab9e25525f6724b6c6bcbfb0648fbd6496b
source = https://nixos.org/releases/nix/nix-2.1.1/nix-2.1.1.tar.xz
sha256sums = 63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b
pkgname = nix

View File

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