summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 04:22:32 -0700
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2019-06-01 08:19:22 -0400
commit7ad7562283015c19e4ab417a26f449ac5dfcf5ec (patch)
treee788b998b2b847fdb196aa33780abbe1647c8135 /pkgs/development/tools/coursier
parent87bb9234ab7574fb7424de588514e0b69077644b (diff)
coursier: 1.1.0-M14-4 -> 1.1.0-M14-6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coursier/versions
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 4bc3f464c1b4..299e7d9d4992 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.1.0-M14-4";
+ version = "1.1.0-M14-6";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
- sha256 = "1rlfqqlinbf472j7ifb8k4zkk2cx543cgnr0hi32qmqmzi0f89r2";
+ sha256 = "01q0gz4qnwvnd7mprcm5aj77hrxyr6ax8jp4d9jkqfkg272znaj7";
};
nativeBuildInputs = [ makeWrapper ];