forked from mirrors/nixpkgs
python311Packages.nuitka: 1.1.5 -> 1.8.4
https://nuitka.net/posts/nuitka-release-18.html
This commit is contained in:
parent
de47b2e8a5
commit
61df5d1318
|
@ -10,14 +10,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "nuitka";
|
||||
version = "1.1.5";
|
||||
version = "1.8.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nuitka";
|
||||
repo = "Nuitka";
|
||||
rev = version;
|
||||
hash = "sha256-8eWOcxATVS866nlN39b2VU1CuXAfcn0yQsDweHS2yDU=";
|
||||
hash = "sha256-spa3V9KEjqmwnHSuxLLIu9hJk5PrRwNyOw72sfxBVKo=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ vmprof ];
|
||||
|
|
Loading…
Reference in a new issue