about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-05-07 12:34:24 -0400
committerGitHub <noreply@github.com>2017-05-07 12:34:24 -0400
commitc882b967c183498a4460b3ee8fb14764adb1f139 (patch)
treeb34976f4080899b5c3da78893a4ae9e097aaf623 /pkgs/development
parentbf18d5f8b18f6269e40bd90431b8695bb7674365 (diff)
parent56799cf3b64dfd1de210b07368b805547119ef43 (diff)
downloadnixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar.gz
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar.bz2
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar.lz
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar.xz
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.tar.zst
nixlib-c882b967c183498a4460b3ee8fb14764adb1f139.zip
Merge pull request #25560 from NeQuissimus/coursier_1_0_0_rc2
coursier: 1.0.0-RC1 -> 1.0.0-RC2
Diffstat (limited to 'pkgs/development')
-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 483905f5f2e4..355dad4c03e2 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "coursier-${version}";
-  version = "1.0.0-RC1";
+  version = "1.0.0-RC2";
 
   src = fetchurl {
     url = "https://github.com/coursier/coursier/raw/v${version}/coursier";
-    sha256 = "0dxwhqp7m7nmal8wn4chlmyvhdh6v3ja0nfz9x952kacf2vpnqw3";
+    sha256 = "0w97s1dzfl3gyqa293k8n4hpsrqc10va1lc7jhb05208rsz1hf2m";
   };
 
   nativeBuildInputs = [ makeWrapper ];