nixUnstable: pre20220127 -> pre20220221

This commit is contained in:
Nick Cao 2022-02-07 18:03:35 +08:00 committed by Artturin
parent fbd030fb2d
commit 771911a16e

View File

@ -66,12 +66,12 @@ in lib.makeExtensible (self: {
unstable = lib.lowPrio (common rec {
version = "2.7";
suffix = "pre20220127_${lib.substring 0 7 src.rev}";
suffix = "pre20220221_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "558c4ee3e370c9f9a6ea293df54ed6914a999f1c";
sha256 = "sha256-hMzKQflpgf3P7OdYKSnD1VMBSnF48XSRjaNX3bUJct4=";
rev = "caf51729450d4c57d48ddbef8e855e9bf65f8792";
sha256 = "sha256-2fbza6fWPjyTyVEqWIp0jk/Z4epjSDe1u4lbEu+v7Iw=";
};
});
})