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

jbang: 0.79.0 -> 0.80.1
This commit is contained in:
figsoda 2021-09-23 16:16:40 -04:00 committed by GitHub
commit 73e82af50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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