1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

Update to 2.3.4

This commit is contained in:
Alastair Pharo
2020-04-26 12:26:58 +10:00
parent 11138caadf
commit 89db9744bc
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = nix pkgbase = nix
pkgdesc = A purely functional package manager pkgdesc = A purely functional package manager
pkgver = 2.3.1 pkgver = 2.3.4
pkgrel = 2 pkgrel = 2
url = https://nixos.org/nix url = https://nixos.org/nix
install = nix.install install = nix.install
@@ -16,9 +16,9 @@ pkgbase = nix
depends = brotli depends = brotli
depends = editline depends = editline
optdepends = archlinux-nix: tools to help with setup of Nix optdepends = archlinux-nix: tools to help with setup of Nix
source = https://nixos.org/releases/nix/nix-2.3.1/nix-2.3.1.tar.xz source = https://nixos.org/releases/nix/nix-2.3.4/nix-2.3.4.tar.xz
source = ldflags.patch source = ldflags.patch
sha256sums = bb6578e9f20eebab6d78469ecc59c450ac54f276e5a86a882015d98fecb1bc7b sha256sums = 1c626a0de0acc69830b1891ec4d3c96aabe673b2a9fd04cef84f2304d05ad00d
sha256sums = 42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305 sha256sums = 42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305
pkgname = nix pkgname = nix

View File

@@ -7,7 +7,7 @@
# Contributor: Anders Bennehag # Contributor: Anders Bennehag
pkgname=nix pkgname=nix
pkgver=2.3.1 pkgver=2.3.4
pkgrel=2 pkgrel=2
pkgdesc="A purely functional package manager" pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64' 'armv7h') arch=('i686' 'x86_64' 'armv7h')
@@ -19,7 +19,7 @@ makedepends=('bzip2' 'openssl')
install=nix.install install=nix.install
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz" source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz"
'ldflags.patch') 'ldflags.patch')
sha256sums=('bb6578e9f20eebab6d78469ecc59c450ac54f276e5a86a882015d98fecb1bc7b' sha256sums=('1c626a0de0acc69830b1891ec4d3c96aabe673b2a9fd04cef84f2304d05ad00d'
'42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305') '42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305')
prepare() { prepare() {