Skip to content

Commit

Permalink
bbin: 0.2.1 -> 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit 0c584e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/bbin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
pname = "bbin";
version = "0.2.1";
version = "0.2.3";

src = fetchFromGitHub {
owner = "babashka";
repo = "bbin";
rev = "v${version}";
sha256 = "sha256-mF8+Fm1vwLUw5l2PqV+vFFlr6y2JpKBwc+J3PdKQ6Fo=";
sha256 = "sha256-tWk5HzDKff+wwqRjLYbjfio3aQC6Xz5vsMf/NLm+Scc=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0c584e4

Please sign in to comment.