summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2017-06-12 23:18:08 +0300
committervlad2017-06-12 23:18:08 +0300
commit03310c8419ddb175d27e300b4312484c7f9ddbf6 (patch)
tree861d81561a56070e40ee2e00c98a88f1b6f259e5 /PKGBUILD
parentb04d076c796b058eeefa5446f15897c8f6eb46d1 (diff)
downloadaur-03310c8419ddb175d27e300b4312484c7f9ddbf6.tar.gz
update to 1.11.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17d957752db9..2a407549d483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: koral <koral at mailoo dot org>
pkgname=nix
-pkgver=1.11.9
+pkgver=1.11.10
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('LGPL')
depends=('perl-www-curl' 'perl-dbd-sqlite' 'gc' 'libsodium')
makedepends=('bzip2' 'gc' 'openssl')
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
-sha256sums=('0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1')
+sha256sums=('b29a458c2b803bcc07d8b58cd016ca6ad0788a73ca74edaeaebc588961322467')
build () {
cd "$pkgname-$pkgver"