Unverified Commit 0802dcbb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #219456 from lourkeur/chia-dev-tools

chia-dev-tools: 1.1.4 -> 1.1.5
parents 2bbf29f1 11ff299e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "chia-dev-tools";
  version = "1.1.4";
  version = "1.1.5";

  src = fetchFromGitHub {
    owner = "Chia-Network";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-lE7FTSDqVS6AstcxZSMdQwgygMvcvh1fqYVTTSSNZpA=";
    hash = "sha256-qWWLQ+SkoRu5cLytwwrslqsKORy+4ebO8brULEFGaF0=";
  };

  patches = [