Merge pull request #138464 from lourkeur/update/chia

chia: 1.2.6 -> 1.2.7
This commit is contained in:
figsoda 2021-09-19 14:40:29 -04:00 committed by GitHub
commit 13cbae0340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
let chia = python3Packages.buildPythonApplication rec {
pname = "chia";
version = "1.2.6";
version = "1.2.7";
src = fetchFromGitHub {
owner = "Chia-Network";
repo = "chia-blockchain";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-Y+cRfx5WE+hb31E975xquuSmNgqr2AvaQnCE70sW91w=";
sha256 = "sha256-yjpBB51EgaJvFdfhC1AG5N7H5u6aJwD1UqJqIv22QpQ=";
};
patches = [