chia: 1.6.2 -> 1.7.0

+2 -2
+2 -2
pkgs/applications/blockchains/chia/default.nix
··· 6 7 let chia = python3Packages.buildPythonApplication rec { 8 pname = "chia"; 9 - version = "1.6.2"; 10 11 src = fetchFromGitHub { 12 owner = "Chia-Network"; 13 repo = "chia-blockchain"; 14 rev = version; 15 fetchSubmodules = true; 16 - hash = "sha256-BgUgTYpjFsKisfFni8TzSYQ8+S3P+7m78DuyjWF5xh8="; 17 }; 18 19 postPatch = ''
··· 6 7 let chia = python3Packages.buildPythonApplication rec { 8 pname = "chia"; 9 + version = "1.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "Chia-Network"; 13 repo = "chia-blockchain"; 14 rev = version; 15 fetchSubmodules = true; 16 + hash = "sha256-hsh2HHpm103JfUTPwk+8zIkhVrglIP8xMovFIibn8+g="; 17 }; 18 19 postPatch = ''