3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #219999 from r-ryantm/auto-update/boca

boca: 1.0.6a -> 1.0.7
This commit is contained in:
Weijia Wang 2023-03-11 19:31:18 +02:00 committed by GitHub
commit 34cb32426e
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.6a";
version = "1.0.7";
src = fetchFromGitHub {
owner = "enzo1982";
repo = "boca";
rev = "v${version}";
sha256 = "sha256-LndlwdM5NlTv73Z1lMkHuIZkVfn48P/LssBnE4X9Sgc=";
sha256 = "sha256-HIYUMFj5yiEC+liZLMXD9otPyoEb1sxHlECTYtYXc2I=";
};
nativeBuildInputs = [