Merge pull request #991 from FRidh/nix-2.3.9

buildpacks/nix: 2.3 -> 2.3.9
pull/1003/head
Tim Head 2021-01-13 11:16:06 +01:00 zatwierdzone przez GitHub
commit b464a5e400
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,8 +2,8 @@
# This downloads and installs a pinned version of nix
set -ex
NIX_VERSION="2.3"
NIX_SHA256="e43f6947d1f302b6193302889e7800f3e3dd4a650b6f929c668c894884a02701"
NIX_VERSION="2.3.9"
NIX_SHA256="49763fd7fa06bcb712ced2f3f11afd275e3a4d7bc5ff0d6fd1d50a4c3ce7bbf4"
# Do all our operations in /tmp, since we can't rely on current directory being writeable yet.
cd /tmp