Skip to content

Commit

Permalink
coursier: 1.1.0-M14-4 -> 1.1.0-M14-6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and NeQuissimus committed Jun 1, 2019
1 parent 87bb923 commit 7ad7562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/coursier/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7ad7562

Please sign in to comment.