3
0
Fork 0
forked from mirrors/nixpkgs

coursier: 2.0.13 -> 2.0.14

This commit is contained in:
R. RyanTM 2021-03-17 10:14:30 +00:00 committed by Tim Steinbach
parent bc20273392
commit 9e2dea1753

View file

@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:
let
version = "2.0.13";
version = "2.0.14";
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-3FdvoSH/6MZK6KEImXsFteaCoTLO0unK6dp7t+snVt4=";
sha256 = "sha256-mGVOg+I42O3VYj7RStEOfZajS9RZo9hLWKap6UdjJCE=";
};
nativeBuildInputs = [ makeWrapper ];