basilk: 0.2.0 -> 0.2.1 (#395918)

This commit is contained in:
Wolfgang Walther
2025-04-06 16:21:43 +00:00
committed by GitHub
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "basilk";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "gabalpha";
repo = "basilk";
tag = version;
hash = "sha256-b77vVf+WbDNzKwGaMJvgMEMCC41h5TXmg45OM9g4v+4=";
hash = "sha256-ZicrgRghUvKp42H03IV1mUIV8FN5cfEx7ncqZMi9t9o=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Ak9ag/wInXtbnJRog4hHbyvMpDclWOSJ1gOIR+HwJ+8=";
cargoHash = "sha256-e0zPA+DB1z2J0fIbIgHMSvrpyeglBssIx1Axp7TpQsw=";
nativeInstallCheckInputs = [
versionCheckHook