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
+2 -2
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 ];