Merge pull request #115894 from r-ryantm/auto-update/BoCA

boca: 1.0.3 -> 1.0.4
This commit is contained in:
Sandro 2021-03-21 21:19:16 +01:00 committed by GitHub
commit b3e6209d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "BoCA"; pname = "BoCA";
version = "1.0.3"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enzo1982"; owner = "enzo1982";
repo = "boca"; repo = "boca";
rev = "v${version}"; rev = "v${version}";
sha256 = "0x6pqd5cdag0l283lkq01qaqwyf1skxbncdwig8b2s742nbzjlz8"; sha256 = "sha256-SP/rVt/8VoeUprwJIIMSIBvoC1Zein3F7MR2tqc2vd0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [