Commit 0c584e48 authored by R. RyanTM's avatar R. RyanTM
Browse files

bbin: 0.2.1 -> 0.2.3

parent 8cf34f78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];