ckb-next: 0.4.4 -> 0.5.0

This commit is contained in:
R. Ryantm 2022-06-25 07:29:34 +00:00
parent 7e1209a527
commit c56404ff6e

View file

@ -4,14 +4,14 @@
}:
mkDerivation rec {
version = "0.4.4";
version = "0.5.0";
pname = "ckb-next";
src = fetchFromGitHub {
owner = "ckb-next";
repo = "ckb-next";
rev = "v${version}";
sha256 = "1fgvh2hsrm8vqbqq9g45skhyyrhhka4d8ngmyldkldak1fgmrvb7";
sha256 = "sha256-yR1myagAqavAR/7lPdufcrJpPmXW7r4N4pxTMF6NbuE=";
};
buildInputs = [