Merge pull request #160587 from yu-re-ka/nix-2-6-1

nix: 2.6.0 -> 2.6.1
This commit is contained in:
Bernardo Meurer
2022-02-18 10:58:32 -08:00
committed by GitHub
@@ -58,8 +58,8 @@ in lib.makeExtensible (self: {
};
nix_2_6 = common {
version = "2.6.0";
sha256 = "sha256-xEPeMcNJVOeZtoN+d+aRwolpW8mFSEQx76HTRdlhPhg=";
version = "2.6.1";
sha256 = "sha256-E9iQ7f+9Z6xFcUvvfksTEfn8LsDfzmwrcRBC//5B3V0=";
};
stable = self.nix_2_6;