Skip to content

Commit

Permalink
coursier: 2.1.19 -> 2.1.22 (NixOS#365017)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 0a27454 + d59e60c commit d1a5bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/coursier/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1a5bdd

Please sign in to comment.