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

chia-dev-tools: 1.1.4 -> 1.1.5

authored by Mario Rodas and committed by GitHub 0802dcbb 2bbf29f1

+2 -2
+2 -2
pkgs/applications/blockchains/chia-dev-tools/default.nix
··· 7 7 }: 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "chia-dev-tools"; 10 - version = "1.1.4"; 10 + version = "1.1.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Chia-Network"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-lE7FTSDqVS6AstcxZSMdQwgygMvcvh1fqYVTTSSNZpA="; 16 + hash = "sha256-qWWLQ+SkoRu5cLytwwrslqsKORy+4ebO8brULEFGaF0="; 17 17 }; 18 18 19 19 patches = [