ckb-next: 0.6.0 -> 0.6.1 (#388576)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:41:54 +00:00
committed by GitHub
+2 -2
View File
@@ -21,14 +21,14 @@
}:
stdenv.mkDerivation rec {
version = "0.6.0";
version = "0.6.1";
pname = "ckb-next";
src = fetchFromGitHub {
owner = "ckb-next";
repo = "ckb-next";
rev = "v${version}";
hash = "sha256-G0cvET3wMIi4FlBmaTkdTyYtcdVGzK4X0C2HYZr43eg=";
hash = "sha256-xOt+yvdrN6wBkvz1OfkdAPSz5F4qWg5kIgCw8JlXd10=";
};
buildInputs = [