coursier: 2.0.6 → 2.0.7
This commit is contained in:
parent
085da94ace
commit
15eb465cd9
@ -2,7 +2,7 @@
|
|||||||
, coreutils, git, gnused, nix, nixfmt }:
|
, coreutils, git, gnused, nix, nixfmt }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.6";
|
version = "2.0.7";
|
||||||
|
|
||||||
zshCompletion = fetchurl {
|
zshCompletion = fetchurl {
|
||||||
url =
|
url =
|
||||||
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://github.com/coursier/coursier/releases/download/v${version}/coursier";
|
"https://github.com/coursier/coursier/releases/download/v${version}/coursier";
|
||||||
sha256 = "MnKCEFY62LH18rqDa9zvn+f0Zd0hnsPcB7coQuI64H0=";
|
sha256 = "1m6b12cqbwsk4xf2r79y51154j6ws6f0kiw1yj57gylw7pjkgfnk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user