Skip to content

Commit

Permalink
bant: 0.1.8 -> 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 15, 2024
1 parent a1d9624 commit 3fde6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ba/bant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ let
in
buildBazelPackage rec {
pname = "bant";
version = "0.1.8";
version = "0.1.9";

src = fetchFromGitHub {
owner = "hzeller";
repo = "bant";
rev = "v${version}";
hash = "sha256-CMqh2v6Y/jvrDC2M4Q+pC0FkNJ95gbGTR1UC6zviwV4=";
hash = "sha256-TIVbf5qZNohZAFugi/E7m1Sgekn82/qqtx8jSHo75Js=";
};

bazelFlags = [
Expand All @@ -40,8 +40,8 @@ buildBazelPackage rec {
fetchAttrs = {
hash =
{
aarch64-linux = "sha256-2QMg/Ko3HgqKhI2g4PZ+UWOujDACLZHxyec1zAm58yg=";
x86_64-linux = "sha256-SfQ6dlC+JVYXIpuvMNyQJkY6+zq8Md2+LsiRstJWMdY=";
aarch64-linux = "sha256-8pLgn67kwVNdqhUXYsdi7OsArCZZmW55UPzUBlIyBbk=";
x86_64-linux = "sha256-dUNdvSJA3SlIIRWmhaq3Hu0+84mBBhxbU/eBDXIv/iI=";
}
.${system} or (throw "No hash for system: ${system}");
};
Expand Down

0 comments on commit 3fde6f9

Please sign in to comment.