Commit 86c4da96 authored by sohalt's avatar sohalt
Browse files

bbin: 0.1.5 -> 0.2.1

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