3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #209300 from deejayem/bbin-0.1.5

bbin: 0.1.4 -> 0.1.5
This commit is contained in:
figsoda 2023-01-06 12:27:15 -05:00 committed by GitHub
commit f72f7db18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];