Revert "python3Packages.chia-rs: 0.2.0 -> 0.2.2"

This reverts commit 94e963c5c7.
This commit is contained in:
Louis Bettens 2023-03-16 20:47:19 +01:00
parent 3fe36f47bd
commit 484d33f765
No known key found for this signature in database

View file

@ -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 = [