bant: 0.3.0 -> 0.3.3

This commit is contained in:
R. Ryantm
2026-07-25 14:32:11 +00:00
parent e0166b2fe1
commit 122a9f7be6
+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 = [