aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa8e74..ac47667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
7# Contributor: Anders Bennehag 7# Contributor: Anders Bennehag
8 8
9pkgname=nix 9pkgname=nix
10pkgver=2.2.1 10pkgver=2.2.2
11pkgrel=1 11pkgrel=1
12pkgdesc="A purely functional package manager" 12pkgdesc="A purely functional package manager"
13arch=('i686' 'x86_64' 'armv7h') 13arch=('i686' 'x86_64' 'armv7h')
@@ -17,7 +17,7 @@ depends=('gc' 'libsodium' 'boost' 'brotli' 'readline')
17makedepends=('bzip2' 'gc' 'openssl') 17makedepends=('bzip2' 'gc' 'openssl')
18install=nix.install 18install=nix.install
19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") 19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
20sha256sums=('85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515') 20sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c')
21 21
22 22
23prepare() { 23prepare() {