3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238694 from r-ryantm/auto-update/coursier

coursier: 2.1.4 -> 2.1.5
This commit is contained in:
Weijia Wang 2023-06-20 09:29:25 +03:00 committed by GitHub
commit 77cf7c24de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "coursier";
version = "2.1.4";
version = "2.1.5";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
sha256 = "i/z/IuSxvLDBJ9QZGuIo3b3IZFy/J55mEbZftWyFnz8=";
sha256 = "rmssIpXp6bwrrxtbH45catYxQh/7K+tkQtvfKYBToNk=";
};
nativeBuildInputs = [ makeWrapper ];