about summary refs log tree commit diff
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-27 13:10:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-27 13:10:38 +0000
commitd17bee53b69fbbc7dbd39a2622a55005ad3206e0 (patch)
tree58ef5210520752216fd556ee275ca8b46bbd494c /pkgs/development/tools/coursier
parent4525ce10b5ce3b95c0f07481e950ee5c229499fb (diff)
coursier: 2.1.5 -> 2.1.6
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 fd3d4276f1eb2..1bebbc7311009 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "coursier";
-  version = "2.1.5";
+  version = "2.1.6";
 
   src = fetchurl {
     url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
-    sha256 = "rmssIpXp6bwrrxtbH45catYxQh/7K+tkQtvfKYBToNk=";
+    sha256 = "HBjtR2OTzWgMdm8oBfBuJaxP4arAokOMUnRECEsTvg8=";
   };
 
   nativeBuildInputs = [ makeWrapper ];