boca: 1.0.3 -> 1.0.4

This commit is contained in:
R. RyanTM 2021-03-11 06:10:41 +00:00
parent fea3cb98e1
commit c9e45d7ce0

View file

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