3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148816 from r-ryantm/auto-update/coursier

coursier: 2.0.16 -> 2.1.0-M1
This commit is contained in:
Renaud 2022-02-24 14:24:03 +01:00 committed by GitHub
commit 502a18951e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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