about summary refs log tree commit diff
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2017-12-08 18:22:58 +0000
committerGitHub <noreply@github.com>2017-12-08 18:22:58 +0000
commite2ffc9705418b56be778c3a30e616cc3ff9a400b (patch)
tree502a9d59b5dc51f53eeb58c2f37b32304c3d890b /pkgs/development/tools/coursier
parent11d0cccf56979f621a2e513bf3a921b46972615b (diff)
coursier: 1.0.0-RC3 -> 1.0.0-RC13
minor version bump, required for https://github.com/NixOS/nixpkgs/pull/32442#issuecomment-350334285
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 2764c81d6d86b..874f8dcd96a36 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-RC3";
+  version = "1.0.0-RC13";
 
   src = fetchurl {
     url = "https://github.com/coursier/coursier/raw/v${version}/coursier";
-    sha256 = "0iiv79ig8p9pm7fklxskxn6bx1m4xqgdfdk6bvqq81gl8b101z5w";
+    sha256 = "18i7imd6lqkvpzhx1m72g6jwsqq7h6aisfny5aiccgnyg6jpag6i";
   };
 
   nativeBuildInputs = [ makeWrapper ];