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

Update to v2.3.10.

This commit is contained in:
2020-12-28 19:42:36 +01:00
parent b93c1fab18
commit d332da353c
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.3.9
pkgver = 2.3.10
pkgrel = 1
url = https://nixos.org/nix
install = nix.install
@@ -16,9 +16,9 @@ pkgbase = nix
depends = brotli
depends = editline
optdepends = archlinux-nix: tools to help with setup of Nix
source = https://nixos.org/releases/nix/nix-2.3.9/nix-2.3.9.tar.xz
source = https://nixos.org/releases/nix/nix-2.3.10/nix-2.3.10.tar.xz
source = ldflags.patch
sha256sums = 72331fdba220517a0ccabcf5c9735703c31674bfb4ef0b64da5d8f715d6022fa
sha256sums = a8a85e55de43d017abbf13036edfb58674ca136691582f17080c1cd12787b7ab
sha256sums = 42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305
pkgname = nix

View File

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