[arch-commits] Commit in nix/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Thu May 19 08:07:40 UTC 2022
Date: Thursday, May 19, 2022 @ 08:07:40
Author: alerque
Revision: 1209208
upgpkg: nix 2.8.1-1
Modified:
nix/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-19 07:50:12 UTC (rev 1209207)
+++ PKGBUILD 2022-05-19 08:07:40 UTC (rev 1209208)
@@ -3,11 +3,13 @@
pkgbase=nix
pkgname=('nix' 'nix-docs')
-pkgver=2.8.0
+pkgver=2.8.1
+_commit='65cd26eebbbf80eaf0d74092f09b737606cb4b5a'
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('x86_64')
url="https://nixos.org/nix"
+_url="https://github.com/NixOS/nix"
license=('LGPL')
makedepends=(
'git'
@@ -29,9 +31,8 @@
'openssl'
'sqlite'
)
-_commit='69c6fb12eea414382f0b945c0d6c574c43c7c9a3' # v2.8.0
source=(
- "$pkgbase::git+https://github.com/NixOS/nix.git#commit=$_commit"
+ "$pkgbase::git+$_url.git#commit=$_commit"
'nix.conf'
'sysusers.conf'
'tmpfiles.conf'
More information about the arch-commits
mailing list