Merge pull request #173170 from Artturin/nixupdate8

nixVersions.nix_2_8: 2.8.0 -> 2.8.1
This commit is contained in:
Jörg Thalheim 2022-05-15 20:51:44 +01:00 committed by GitHub
commit eb78d30bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,8 +81,8 @@ in lib.makeExtensible (self: {
};
nix_2_8 = common {
version = "2.8.0";
sha256 = "sha256-gWYNlEyleqkPfxtGXeq6ggjzJwcXJVdieJxA1Obly9s=";
version = "2.8.1";
sha256 = "sha256-zldZ4SiwkISFXxrbY/UdwooIZ3Z/I6qKxtpc3zD0T/o=";
};
stable = self.nix_2_8;