We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 413ade4 + 6110c25 commit e7eabbaCopy full SHA for e7eabba
pkgs/by-name/jb/jbang/package.nix
@@ -9,12 +9,12 @@
9
}:
10
11
stdenv.mkDerivation rec {
12
- version = "0.124.0";
+ version = "0.125.0";
13
pname = "jbang";
14
15
src = fetchzip {
16
url = "https://github.com/jbangdev/jbang/releases/download/v${version}/${pname}-${version}.tar";
17
- sha256 = "sha256-mFAp7lfXAS4Y6GERRpmOvE3cjonOi52BS9G8Z5ixvpw=";
+ sha256 = "sha256-twVqW8fzthhvU6T1r78bGv0yN4UI/px0YI9C4alACxs=";
18
};
19
20
nativeBuildInputs = [ makeWrapper ];
0 commit comments