Commit d59e60c4 authored by R. RyanTM's avatar R. RyanTM
Browse files

coursier: 2.1.19 -> 2.1.22

parent 9c4c97a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "coursier";
  version = "2.1.19";
  version = "2.1.22";

  src = fetchurl {
    url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
    hash = "sha256-E6LEi2m/BMCT9T5UYzMbIcoj42MKP2OIc27XGDMUI7w=";
    hash = "sha256-0ugWgvG3AHt7h8F8W8kCksyx93YO51i5StqGAEZXGmg=";
  };

  dontUnpack = true;