bbin: 0.1.4 -> 0.1.5

This commit is contained in:
David Morgan 2023-01-06 12:14:10 +00:00
parent 0dcf2ad93d
commit c248fd5d34
No known key found for this signature in database
GPG Key ID: C171251002C200F2

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "bbin";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "babashka";
repo = "bbin";
rev = "v${version}";
sha256 = "sha256-Oo6YF+uxcUG26Pz1X5uzPE/Hsx0UToOErZ2oUiKuZyI=";
sha256 = "sha256-5hohAr6a8C9jPwhQi3E66onSa6+P9plS939fQM/fl9Q=";
};
nativeBuildInputs = [ makeWrapper ];