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

coursier: 2.1.8 -> 2.1.9
This commit is contained in:
Weijia Wang
2024-03-07 09:12:18 +01:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "coursier";
version = "2.1.8";
version = "2.1.9";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
hash = "sha256-fnd2/4ea411c/f3p/BzIHekoRYVznobJbBY4NGb1NwI=";
hash = "sha256-Zj0nDCpbT7foGdUkxPG/FeljZj1alk/gvE0m/T4WlXE=";
};
dontUnpack = true;