about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-24 14:24:03 +0100
committerGitHub <noreply@github.com>2022-02-24 14:24:03 +0100
commit502a18951ea3aee81231a0fd4b81a1464c747d59 (patch)
treeb09eba7adc2054f380d0c870fc961e32e57f30a3 /pkgs
parentc7da4fc388afbaf0e8a4f05a5e2f2e962a7c30e1 (diff)
parente3b90f1cf46a128799b558ca8fa3d04d9dd63215 (diff)
Merge pull request #148816 from r-ryantm/auto-update/coursier
coursier: 2.0.16 -> 2.1.0-M1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/coursier/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/coursier/default.nix b/pkgs/development/tools/coursier/default.nix
index 85f7e603bbb0c..c7450f738a1e8 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -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 ];