about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-01-19 09:11:02 -0500
committerTim Steinbach <tim@nequissimus.com>2021-01-19 09:52:57 -0500
commit3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45 (patch)
tree931cbedace2bea05c0a461700faa5a309afec09c /pkgs/development/tools
parent3867c4dfd831fc0d4d4f8ef4b8992a31bf75d508 (diff)
downloadnixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar.gz
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar.bz2
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar.lz
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar.xz
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.tar.zst
nixlib-3ed044408a51dd2ae8c0c059d9a1a1dde5e07b45.zip
coursier: 2.0.8 -> 2.0.9
Diffstat (limited to 'pkgs/development/tools')
-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 a0f69033923c..54836216c54d 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.8";
+  version = "2.0.9";
 
   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-7dNJUMZu6YY3076cnjWHRisJZVn1NPRH1VC+cJjfI/8=";
+    sha256 = "sha256-jqSv9VBLotl6YVWgWNznvTThRIiMUStQ0WbN6u01b1c=";
   };
 
   nativeBuildInputs = [ makeWrapper ];