python3Packages.chia-rs: 0.2.0 -> 0.2.2

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:12 +01:00
parent ea768a4e92
commit 94e963c5c7

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "chia-rs";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "chia-network";
repo = "chia_rs";
rev = version;
hash = "sha256-kjURkzynrrb5iD5s77Q3nETt71SCGGazm/2lt9HS5JU=";
rev = "refs/tags/${version}";
hash = "sha256-mr5v68NP9+M4FlP/3Gv3GvZOWaCNjZDARKGANgDTs4E=";
};
patches = [