Skip to content

Commit b464a5e

Browse files
authored
Merge pull request #991 from FRidh/nix-2.3.9
buildpacks/nix: 2.3 -> 2.3.9
2 parents 2f1914d + 76444c2 commit b464a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo2docker/buildpacks/nix/install-nix.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# This downloads and installs a pinned version of nix
33
set -ex
44

5-
NIX_VERSION="2.3"
6-
NIX_SHA256="e43f6947d1f302b6193302889e7800f3e3dd4a650b6f929c668c894884a02701"
5+
NIX_VERSION="2.3.9"
6+
NIX_SHA256="49763fd7fa06bcb712ced2f3f11afd275e3a4d7bc5ff0d6fd1d50a4c3ce7bbf4"
77

88
# Do all our operations in /tmp, since we can't rely on current directory being writeable yet.
99
cd /tmp

0 commit comments

Comments
 (0)