jbang: 0.70.0 -> 0.71.1

(cherry picked from commit 717c9381241651fcccc21ef4b96681b5f37786d7)
This commit is contained in:
R. RyanTM 2021-05-26 08:20:56 +00:00 committed by github-actions[bot]
parent 2e15be0725
commit 09ea65e0e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, lib, fetchzip, jdk, makeWrapper, coreutils, curl }:
stdenv.mkDerivation rec {
version = "0.70.0";
version = "0.71.1";
pname = "jbang";
src = fetchzip {
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
sha256 = "sha256-Fy7TvWJVRJI5fhfZzMuW+KBLaVLWKjk/I3Kx60Wazyo=";
sha256 = "sha256-+s2Wa+5Qznqpv84VEZCMmzy0bI1mN/BknPObYqJlaYs=";
};
nativeBuildInputs = [ makeWrapper ];