Unverified Commit 0b382212 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.executorch: 1.0.0 -> 1.0.1 (#470099)

parents c376cd07 be6f7cad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
}:
buildPythonPackage rec {
  pname = "executorch";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchFromGitHub {
@@ -61,7 +61,7 @@ buildPythonPackage rec {
    name = "executorch";

    fetchSubmodules = true;
    hash = "sha256-WirvB+Tjh7HQK3m41/5xr8VThJAk+Cw7+cQAusWUCFM=";
    hash = "sha256-h+nmipFDO/cdPTQXrjM5EkH//wHKBAvlDIp6SBbGN/8=";
  };
  # src = /home/gaetan/nix/nixpkgs-packages/executorch;