From a867c65d399a48db858656d918d717a2487aa942 Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Fri, 1 Oct 2021 14:27:38 +0200 Subject: chia: 1.2.7 -> 1.2.9 --- pkgs/applications/blockchains/chia/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'pkgs/applications/blockchains/chia/default.nix') diff --git a/pkgs/applications/blockchains/chia/default.nix b/pkgs/applications/blockchains/chia/default.nix index 68da5a6cd4e..b4ffd2a4f2a 100644 --- a/pkgs/applications/blockchains/chia/default.nix +++ b/pkgs/applications/blockchains/chia/default.nix @@ -1,31 +1,21 @@ { lib , cacert , fetchFromGitHub -, fetchpatch , python3Packages }: let chia = python3Packages.buildPythonApplication rec { pname = "chia"; - version = "1.2.7"; + version = "1.2.9"; src = fetchFromGitHub { owner = "Chia-Network"; repo = "chia-blockchain"; rev = version; fetchSubmodules = true; - sha256 = "sha256-yjpBB51EgaJvFdfhC1AG5N7H5u6aJwD1UqJqIv22QpQ="; + sha256 = "sha256-ZDWkVCga/NsKOnj5HP0lnmnX6vqw+I0b3a1Wr1t1VN0="; }; - patches = [ - # Allow later websockets release, https://github.com/Chia-Network/chia-blockchain/pull/6304 - (fetchpatch { - name = "later-websockets.patch"; - url = "https://github.com/Chia-Network/chia-blockchain/commit/a188f161bf15a30e8e2efc5eec824e53e2a98a5b.patch"; - sha256 = "1s5qjhd4kmi28z6ni7pc5n09czxvh8qnbwmnqsmms7cpw700g78s"; - }) - ]; - postPatch = '' substituteInPlace setup.py \ --replace "==" ">=" -- cgit 1.4.1