jbang: 0.78.0 -> 0.79.0

This commit is contained in:
R. RyanTM 2021-09-06 11:08:03 +00:00
parent 1871c113f1
commit 416dcd451b

View File

@ -1,12 +1,12 @@
{ stdenv, lib, fetchzip, jdk, makeWrapper, coreutils, curl }:
stdenv.mkDerivation rec {
version = "0.78.0";
version = "0.79.0";
pname = "jbang";
src = fetchzip {
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
sha256 = "sha256-03CuKNQtKdhD6fFYfsmeNR18oRGL5vWG7Lb+srNw8XU=";
sha256 = "sha256-ZlFjG6zlS/VLZjU4SXuDviFh6lsKeuNpIXYnHi2QB7s=";
};
nativeBuildInputs = [ makeWrapper ];