Unverified Commit adc34261 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #307780 from GaetanLepage/pylyzer

pylyzer: 0.0.51 -> 0.0.53
parents 2d16ba12 e427e90a
Loading
Loading
Loading
Loading
+1021 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −3
Original line number Diff line number Diff line
@@ -12,16 +12,21 @@

rustPlatform.buildRustPackage rec {
  pname = "pylyzer";
  version = "0.0.51";
  version = "0.0.53";

  src = fetchFromGitHub {
    owner = "mtshiba";
    repo = "pylyzer";
    rev = "refs/tags/v${version}";
    hash = "sha256-TKAmIy5dP2m1iokxSqfxTj79UDkW00+se/NDGS3euwA=";
    hash = "sha256-x/52dDNuMOoN0gbBTPEhXZpfdVk0kJaBv9tMsh2pOiA=";
  };

  cargoHash = "sha256-035ueF42g6By+6TOGEultc8n350g3mRT00raQgWIcUM=";
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "rustpython-ast-0.3.1" = "sha256-q9N+z3F6YICQuUMp3a10OS792tCq0GiSSlkcaLxi3Gs=";
    };
  };

  nativeBuildInputs = [
    git