3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #262234 from DeterminateSystems/colemickens/nix_2_15

nixVersions.nix_2_15: 2.15.2 -> 2.15.3
This commit is contained in:
Eelco Dolstra 2023-10-20 12:22:34 +02:00 committed by GitHub
commit d6b2850ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,8 +167,8 @@ in lib.makeExtensible (self: ({
};
nix_2_15 = common {
version = "2.15.2";
hash = "sha256-0BxVsvp4JfliYu4EdpZ/zPYOt9Qn5w9Ix5r0sagZZ7o=";
version = "2.15.3";
hash = "sha256-sfFXbjC5iIdSAbctZIuFozxX0uux/KFBNr9oh33xINs=";
};
nix_2_16 = common {