Merge pull request #181206 from mweinelt/cpython-3.11.0b4

This commit is contained in:
Martin Weinelt 2022-07-14 10:52:29 +02:00 committed by GitHub
commit 427242c4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,9 +199,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "b3";
suffix = "b4";
};
sha256 = "sha256-ybmfUxXqMPjp/LzmgHo3Oeh1SA0pEk5tmUD2+ry3yQI=";
sha256 = "sha256-HZO2EWB5A+CAQXwalWf1+79RJMxchvSvu6HI/TTF9vs=";
inherit (darwin) configd;
inherit passthruFun;
};