boca: 1.0.5 -> 1.0.6a

(#159126)
This commit is contained in:
R. RyanTM 2022-02-17 15:16:55 -08:00 committed by GitHub
parent 1382f006a9
commit 140285fc92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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