coursier: 2.0.14 -> 2.0.15

This commit is contained in:
R. RyanTM 2021-03-22 06:10:12 +00:00 committed by Tim Steinbach
parent d78cb9fc18
commit 9cbd510c21

View file

@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:
let
version = "2.0.14";
version = "2.0.15";
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 = "sha256-mGVOg+I42O3VYj7RStEOfZajS9RZo9hLWKap6UdjJCE=";
sha256 = "sha256-XfTW8GNoPsNXamy0K9Ai3SSzBSyS1dNNCeWsbD8xCQI=";
};
nativeBuildInputs = [ makeWrapper ];