bant: 0.2.6 -> 0.2.8 (#520649)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-17 06:17:29 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
buildBazelPackage rec {
pname = "bant";
version = "0.2.6";
version = "0.2.8";
src = fetchFromGitHub {
owner = "hzeller";
repo = "bant";
rev = "v${version}";
hash = "sha256-aGm/SiHogz9LSK2LQkEOkeQWBVOHDRvUK0YEU9Tuznw=";
hash = "sha256-Opc/SsDp5cPMnErZkOV7k5nFdGqy2EgGJNbEXx88kZY=";
};
bazelFlags = [