3
0
Fork 0
forked from mirrors/nixpkgs

chia: 1.5.0 -> 1.5.1

This commit is contained in:
Louis Bettens 2022-08-23 20:38:36 +02:00 committed by Jonathan Ringer
parent 8db8aa92ac
commit 0305391fb6

View file

@ -6,14 +6,14 @@
let chia = python3Packages.buildPythonApplication rec { let chia = python3Packages.buildPythonApplication rec {
pname = "chia"; pname = "chia";
version = "1.5.0"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Chia-Network"; owner = "Chia-Network";
repo = "chia-blockchain"; repo = "chia-blockchain";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-OlaAnUy16QBff81XMoYQaZA0wKnsr+/3XEQLBP8IMug="; hash = "sha256-FzKdb6Z/ykKYjpjCr7QR5fxXPNnQbW3bBY97t7DxS90=";
}; };
patches = [ patches = [
@ -55,7 +55,7 @@ let chia = python3Packages.buildPythonApplication rec {
concurrent-log-handler concurrent-log-handler
cryptography cryptography
dnslib dnslib
dnspythonchia dnspython
fasteners fasteners
filelock filelock
keyrings-cryptfile keyrings-cryptfile