boca: 1.0.6a -> 1.0.7

This commit is contained in:
R. Ryantm 2023-03-07 15:17:04 +00:00
parent 33c9fd85e5
commit af13b8f852

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "BoCA"; pname = "BoCA";
version = "1.0.6a"; version = "1.0.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enzo1982"; owner = "enzo1982";
repo = "boca"; repo = "boca";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-LndlwdM5NlTv73Z1lMkHuIZkVfn48P/LssBnE4X9Sgc="; sha256 = "sha256-HIYUMFj5yiEC+liZLMXD9otPyoEb1sxHlECTYtYXc2I=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [