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

jbang: 0.115.0 -> 0.116.0
This commit is contained in:
Nick Cao 2024-04-05 10:28:05 -04:00 committed by GitHub
commit dfe00cd6d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,12 @@
{ stdenv, lib, fetchzip, jdk, makeWrapper, coreutils, curl }:
stdenv.mkDerivation rec {
version = "0.115.0";
version = "0.116.0";
pname = "jbang";
src = fetchzip {
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
sha256 = "sha256-JTyMX3120h+xtXnkTW313zc7OkWMB4DayeRW6hNc4/A=";
sha256 = "sha256-EyyTokVvhIMWOq4dLCi2wynoX++5DoJP20irPdfD58A=";
};
nativeBuildInputs = [ makeWrapper ];