Unverified Commit cc9de852 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233170 from r-ryantm/auto-update/jbang

jbang: 0.106.3 -> 0.107.0
parents ee43065b 13509a50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ stdenv, lib, fetchzip, jdk, makeWrapper, coreutils, curl }:

stdenv.mkDerivation rec {
  version = "0.106.3";
  version = "0.107.0";
  pname = "jbang";

  src = fetchzip {
    url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
    sha256 = "sha256-54yXQ3E10dlU/UqHyl3fxzQsawBTgNpIaq6XPmwXmD8=";
    sha256 = "sha256-ca5/pgp2io4TYA8DtUUJZe/9d1KPgX3DV5pTyTKBe5M=";
  };

  nativeBuildInputs = [ makeWrapper ];