bbin: 0.1.5 -> 0.2.1

This commit is contained in:
sohalt 2023-11-01 14:44:37 +01:00
parent 70f835f9aa
commit 86c4da9608

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "bbin";
version = "0.1.5";
version = "0.2.1";
src = fetchFromGitHub {
owner = "babashka";
repo = "bbin";
rev = "v${version}";
sha256 = "sha256-5hohAr6a8C9jPwhQi3E66onSa6+P9plS939fQM/fl9Q=";
sha256 = "sha256-mF8+Fm1vwLUw5l2PqV+vFFlr6y2JpKBwc+J3PdKQ6Fo=";
};
nativeBuildInputs = [ makeWrapper ];