bant: 0.3.0 -> 0.3.3 (#545624)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-25 15:41:33 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
buildBazelPackage rec {
pname = "bant";
version = "0.3.0";
version = "0.3.3";
src = fetchFromGitHub {
owner = "hzeller";
repo = "bant";
rev = "v${version}";
hash = "sha256-T/BQRYCFAHkaGi5T485I9vbr3g7PzgIEHC27w6mg/3A=";
hash = "sha256-6c403+DK1tcQxC16FKEtdhnJEA9LJl8H8Usnw08FBnA=";
};
bazelFlags = [