python3Packages.Nuitka: 0.6.14.5 -> 1.1.5

1.1 is a new stable release of Nuitka. Release notes for it are
available at https://nuitka.net/posts/nuitka-release-11.html.
This commit is contained in:
Alexander Bantyev
2022-10-17 13:34:15 +04:00
parent 5486e9cd2a
commit 6bc50bf728
@@ -10,15 +10,15 @@
}:
buildPythonPackage rec {
version = "0.6.14.5";
version = "1.1.5";
pname = "Nuitka";
# Latest version is not yet on PyPi
src = fetchFromGitHub {
owner = "kayhayen";
owner = "Nuitka";
repo = "Nuitka";
rev = version;
sha256 = "08kcp22zdgp25kk4bp56z196mn6bdi3z4x0q2y9vyz0ywfzp9zap";
sha256 = "0wgcl860acbxnq8q9hck147yhxz8pcbqhv9glracfnrsd2qkpgpp";
};
checkInputs = [ vmprof pyqt4 ];