boca: 1.0.4 -> 1.0.5

This commit is contained in:
Ilan Joselevich
2021-06-29 08:44:00 -07:00
committed by Jonathan Ringer
parent c2908dd006
commit 6547c85761
+2 -2
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 = [