tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixUnstable: Bump for nix-shell interpreter bugfix
Shea Levy
8 years ago
5da5af56
aae32e15
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
package-management
nix
default.nix
+3
-3
pkgs/tools/package-management/nix/default.nix
···
161
161
162
162
nixUnstable = (lib.lowPrio (common rec {
163
163
name = "nix-1.12${suffix}";
164
164
-
suffix = "pre5655_cbc21691";
164
164
+
suffix = "pre5663_c7af84ce";
165
165
src = fetchFromGitHub {
166
166
owner = "NixOS";
167
167
repo = "nix";
168
168
-
rev = "cbc216911dbda23c3bc050c969bc725fe60760ef";
169
169
-
sha256 = "0ynnk2m2n5pjmhy5gry90dy5k2wwy29v2wnq6zz32ak9zwz36x8r";
168
168
+
rev = "c7af84ce846a9deefa5b4db1b1bce1c091ca2a1e";
169
169
+
sha256 = "1sc6rkx0500jz4fyfqm7443s1q24whmpx10mfs12wdk516f0q8qh";
170
170
};
171
171
fromGit = true;
172
172
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };