Skip to content

Commit 1e61d4f

Browse files
authored
Merge pull request #1244 from robertodr/patch-1
Update install-nix.bash
2 parents 12f94dc + b84abf3 commit 1e61d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo2docker/buildpacks/nix/install-nix.bash

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

5-
NIX_VERSION="2.3.9"
5+
NIX_VERSION="2.13.2"
66
if [ "$NIX_ARCH" = "aarch64" ]; then
7-
NIX_SHA256="733a26911193fdd44d5d68342075af5924d8c0701aae877e51a38d74ee9f4ff8"
7+
NIX_SHA256="4ae275a46a2441d3459ae389a90ce6e8f7eff12c2a084b2d003ba6f8d0899603"
88
else
9-
NIX_SHA256="49763fd7fa06bcb712ced2f3f11afd275e3a4d7bc5ff0d6fd1d50a4c3ce7bbf4"
9+
NIX_SHA256="beaec0f28899c22f33adbe30e4ecfceef87b797278c5210ee693e22e9719dfb4"
1010
fi
1111

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

0 commit comments

Comments
 (0)