Skip to content

Commit 3907149

Browse files
committed
coursier: 2.0.0-RC6-4 -> 2.0.0-RC6-18
1 parent 8c764de commit 3907149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/coursier/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ let
88
in
99
stdenv.mkDerivation rec {
1010
pname = "coursier";
11-
version = "2.0.0-RC6-4";
11+
version = "2.0.0-RC6-18";
1212

1313
src = fetchurl {
1414
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
15-
sha256 = "0i8jvs5l7f2xzkdlxk784mx5h86hq7xh5ffzb4zalczw9bzmmds1";
15+
sha256 = "0vym99fyn0g8l5y2zvhf73ww17wywrh503wg5aw4nilj8w1ncvn2";
1616
};
1717

1818
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)