forked from mirrors/nixpkgs
Revert "nix: Fix version"
This reverts commit eac181da5d
.
There is still a patch that doesn't apply.
This commit is contained in:
parent
195d532a63
commit
b4ff1c052c
|
@ -196,7 +196,7 @@ in rec {
|
||||||
|
|
||||||
nixStable = callPackage common (rec {
|
nixStable = callPackage common (rec {
|
||||||
pname = "nix";
|
pname = "nix";
|
||||||
version = "2.3.11";
|
version = "2.3.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
|
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "a8a85e55de43d017abbf13036edfb58674ca136691582f17080c1cd12787b7ab";
|
sha256 = "a8a85e55de43d017abbf13036edfb58674ca136691582f17080c1cd12787b7ab";
|
||||||
|
|
Loading…
Reference in a new issue