3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #185728 from mweinelt/python3.11rc1

This commit is contained in:
Martin Weinelt 2022-08-09 17:15:01 +02:00 committed by GitHub
commit df97c172dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,9 +206,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "b5";
suffix = "rc1";
};
sha256 = "sha256-OBC9IvfcNKmcKi60uFJkpN9PBe9ZxODMwuqC7pxJFpg=";
sha256 = "sha256-U6U3fDeoosbaB1sU651jN0V59/PHGPog8KH7sOlKkis=";
inherit (darwin) configd;
inherit passthruFun;
};