boca: 1.0.4 -> 1.0.5

This commit is contained in:
Ilan Joselevich 2021-06-28 21:33:38 +03:00 committed by Jonathan Ringer
parent c2908dd006
commit 6547c85761

View file

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