coursier: 2.0.6 → 2.0.7

This commit is contained in:
Tim Steinbach 2020-11-17 14:40:20 +00:00
parent 085da94ace
commit 15eb465cd9
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:
let
version = "2.0.6";
version = "2.0.7";
zshCompletion = fetchurl {
url =
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url =
"https://github.com/coursier/coursier/releases/download/v${version}/coursier";
sha256 = "MnKCEFY62LH18rqDa9zvn+f0Zd0hnsPcB7coQuI64H0=";
sha256 = "1m6b12cqbwsk4xf2r79y51154j6ws6f0kiw1yj57gylw7pjkgfnk";
};
nativeBuildInputs = [ makeWrapper ];