Merge pull request #307931 from r-ryantm/auto-update/bbin

bbin: 0.2.1 -> 0.2.3
This commit is contained in:
Pol Dellaiera 2024-05-01 22:42:57 +02:00 committed by GitHub
commit b4127e32a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "bbin"; pname = "bbin";
version = "0.2.1"; version = "0.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "babashka"; owner = "babashka";
repo = "bbin"; repo = "bbin";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-mF8+Fm1vwLUw5l2PqV+vFFlr6y2JpKBwc+J3PdKQ6Fo="; sha256 = "sha256-tWk5HzDKff+wwqRjLYbjfio3aQC6Xz5vsMf/NLm+Scc=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];