Skip to content

Commit 6110c25

Browse files
committed
jbang: 0.124.0 -> 0.125.0
1 parent 903d679 commit 6110c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jb/jbang/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
}:
1010

1111
stdenv.mkDerivation rec {
12-
version = "0.124.0";
12+
version = "0.125.0";
1313
pname = "jbang";
1414

1515
src = fetchzip {
1616
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
17-
sha256 = "sha256-mFAp7lfXAS4Y6GERRpmOvE3cjonOi52BS9G8Z5ixvpw=";
17+
sha256 = "sha256-twVqW8fzthhvU6T1r78bGv0yN4UI/px0YI9C4alACxs=";
1818
};
1919

2020
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)