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

jbang: 0.108.0 -> 0.109.0
This commit is contained in:
figsoda 2023-07-11 20:20:53 -04:00 committed by GitHub
commit 46ee93a9c7
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.108.0";
version = "0.109.0";
pname = "jbang";
src = fetchzip {
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
sha256 = "sha256-RPWWCAys9hPjIOW8qhkLxXwtwSBRa6LpbM6B8uS5dFw=";
sha256 = "sha256-r/O9oQ5hzcnnjuZpyJHp7jbxaAF3t4Ef33ovCyMPt10=";
};
nativeBuildInputs = [ makeWrapper ];