3
0
Fork 0
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:
Rob 2023-10-28 12:36:24 -07:00
parent de47b2e8a5
commit 61df5d1318
No known key found for this signature in database

View file

@ -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 ];