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

coursier: 2.1.8 -> 2.1.9

authored by

Weijia Wang and committed by
GitHub
57c2ace2 c92a5125

+2 -2
+2 -2
pkgs/development/tools/coursier/default.nix
··· 8 8 in 9 9 stdenv.mkDerivation rec { 10 10 pname = "coursier"; 11 - version = "2.1.8"; 11 + version = "2.1.9"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier"; 15 - hash = "sha256-fnd2/4ea411c/f3p/BzIHekoRYVznobJbBY4NGb1NwI="; 15 + hash = "sha256-Zj0nDCpbT7foGdUkxPG/FeljZj1alk/gvE0m/T4WlXE="; 16 16 }; 17 17 18 18 dontUnpack = true;