Unverified Commit 61df5d13 authored by Rob's avatar Rob
Browse files

python311Packages.nuitka: 1.1.5 -> 1.8.4

parent de47b2e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];