about summary refs log tree commit diff
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorJesusMtnez <jesusmartinez93@gmail.com>2020-08-28 15:22:02 +0200
committerJesusMtnez <jesusmartinez93@gmail.com>2020-08-28 15:22:02 +0200
commita306b38a5d30856a587f89eab5724be897633f20 (patch)
tree4301732c50c5b25ec63e5bb707a9086ee19a00a9 /pkgs/development/tools/coursier
parent1e66d74f0b7f5071a1f0fe62cfd5562ab70701b2 (diff)
coursier: 2.0.0-RC6-18 -> 2.0.0-RC6-25
Diffstat (limited to 'pkgs/development/tools/coursier')
-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 b54a831e9556a..f30acee366754 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -8,11 +8,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "coursier";
-  version = "2.0.0-RC6-18";
+  version = "2.0.0-RC6-25";
 
   src = fetchurl {
     url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
-    sha256 = "0vym99fyn0g8l5y2zvhf73ww17wywrh503wg5aw4nilj8w1ncvn2";
+    sha256 = "0hkkfm18v2hvkf344ln9ka8gi3jdl6bvqpafc6h06f06vmp8prch";
   };
 
   nativeBuildInputs = [ makeWrapper ];