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

Update to 2.2.2

This commit is contained in:
Alastair Pharo
2019-04-30 16:25:35 +10:00
parent ed04b08b9b
commit 9fe456c497
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.2.1
pkgver = 2.2.2
pkgrel = 1
url = https://nixos.org/nix
install = nix.install
@@ -16,8 +16,8 @@ pkgbase = nix
depends = boost
depends = brotli
depends = readline
source = https://nixos.org/releases/nix/nix-2.2.1/nix-2.2.1.tar.xz
sha256sums = 85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515
source = https://nixos.org/releases/nix/nix-2.2.2/nix-2.2.2.tar.xz
sha256sums = f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c
pkgname = nix

View File

@@ -7,7 +7,7 @@
# Contributor: Anders Bennehag
pkgname=nix
pkgver=2.2.1
pkgver=2.2.2
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64' 'armv7h')
@@ -17,7 +17,7 @@ depends=('gc' 'libsodium' 'boost' 'brotli' 'readline')
makedepends=('bzip2' 'gc' 'openssl')
install=nix.install
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
sha256sums=('85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515')
sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c')
prepare() {