summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 02:04:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 02:04:27 +0000
commite3b90f1cf46a128799b558ca8fa3d04d9dd63215 (patch)
treea0ffb36ec92de920aebe2047c34bae3eadfbe846 /pkgs
parent1657d58122490d139f884c5abd08a7ff87f7eaee (diff)
downloadnixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar.gz
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar.bz2
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar.lz
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar.xz
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.tar.zst
nixpkgs-e3b90f1cf46a128799b558ca8fa3d04d9dd63215.zip
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 85f7e603bbb..c7450f738a1 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 ];