From 484d33f765d5a3b11e4d3a383a564bdd4a87371e Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Thu, 16 Mar 2023 20:47:19 +0100 Subject: [PATCH] Revert "python3Packages.chia-rs: 0.2.0 -> 0.2.2" This reverts commit 94e963c5c72738b0465e1525184afea8e17c274b. --- pkgs/development/python-modules/chia-rs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/chia-rs/default.nix b/pkgs/development/python-modules/chia-rs/default.nix index 98a0250b3d90..b8ce9ce755bc 100644 --- a/pkgs/development/python-modules/chia-rs/default.nix +++ b/pkgs/development/python-modules/chia-rs/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "chia-rs"; - version = "0.2.2"; + version = "0.2.0"; src = fetchFromGitHub { owner = "chia-network"; repo = "chia_rs"; - rev = "refs/tags/${version}"; - hash = "sha256-mr5v68NP9+M4FlP/3Gv3GvZOWaCNjZDARKGANgDTs4E="; + rev = version; + hash = "sha256-kjURkzynrrb5iD5s77Q3nETt71SCGGazm/2lt9HS5JU="; }; patches = [