Unverified Commit 29e39cf2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

pylyzer: 0.0.78 -> 0.0.79 (#380666)

parents 8937a857 fa759318
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,17 +14,17 @@

rustPlatform.buildRustPackage rec {
  pname = "pylyzer";
  version = "0.0.78";
  version = "0.0.79";

  src = fetchFromGitHub {
    owner = "mtshiba";
    repo = "pylyzer";
    tag = "v${version}";
    hash = "sha256-g8/zhl0dCQOq4aTlivAh3ufgfEMzeMvTtJQxFuHHWB0=";
    hash = "sha256-CCQluzwB2NAOKE11kQ60FMgIqfGsjgxeHwgJO9WF4Kw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-mi4pCYA0dQnv3MIpZxVVY0qLdIts/qvxS4og0Tyxk3w=";
  cargoHash = "sha256-6QqQpABNuy+Dd5EL/E6BXG7+TWXnZ9Tjzu57iSfXvSA=";

  nativeBuildInputs = [
    gitMinimal