coursier: 2.1.0-M1 -> 2.1.0-M5

This commit is contained in:
R. Ryantm 2022-02-28 03:33:48 +00:00
parent 0a8007498f
commit c330b2ac0a

View file

@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:
let
version = "2.1.0-M1";
version = "2.1.0-M5";
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-JeqWzAkSSqhdbgkse1uSA3k4bupepWuvx6GUtBfodcg=";
sha256 = "sha256-mp341H7bvf3Lwt66GKk3afoCtXuBnD97dYrZNx/jkYI=";
};
nativeBuildInputs = [ makeWrapper ];