chia: 1.3.0 -> 1.3.1

This commit is contained in:
Louis Bettens 2022-03-17 09:36:52 +01:00
parent 3eb07eeafb
commit 4461664652

View file

@ -6,14 +6,14 @@
let chia = python3Packages.buildPythonApplication rec {
pname = "chia";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "Chia-Network";
repo = "chia-blockchain";
rev = version;
fetchSubmodules = true;
hash = "sha256-eUvZc/7gqGkCB2tNKdwqKOmOgEcG9a/7TSvvyQzhNcQ=";
hash = "sha256-nH6rCzIQu5oWsdEHa+UkvbWeUGjrtpEKVEcLmSoor5k=";
};
postPatch = ''
@ -50,6 +50,7 @@ let chia = python3Packages.buildPythonApplication rec {
dnslib
dnspythonchia
fasteners
filelock
keyrings-cryptfile
pyyaml
setproctitle