mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #96543 from JesusMtnez/coursier
coursier: 2.0.0-RC6-18 -> 2.0.0-RC6-25
This commit is contained in:
commit
9af2be0a00
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "coursier";
|
||||
version = "2.0.0-RC6-18";
|
||||
version = "2.0.0-RC6-25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
|
||||
sha256 = "0vym99fyn0g8l5y2zvhf73ww17wywrh503wg5aw4nilj8w1ncvn2";
|
||||
sha256 = "0hkkfm18v2hvkf344ln9ka8gi3jdl6bvqpafc6h06f06vmp8prch";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue