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

jbang: 0.107.0 -> 0.108.0
This commit is contained in:
Weijia Wang 2023-06-12 15:29:07 +03:00 committed by GitHub
commit 3540156cb1
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.107.0";
version = "0.108.0";
pname = "jbang";
src = fetchzip {
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
sha256 = "sha256-ca5/pgp2io4TYA8DtUUJZe/9d1KPgX3DV5pTyTKBe5M=";
sha256 = "sha256-RPWWCAys9hPjIOW8qhkLxXwtwSBRa6LpbM6B8uS5dFw=";
};
nativeBuildInputs = [ makeWrapper ];