coursier: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm 2023-12-11 09:50:06 +00:00
parent e97b3e4186
commit 69502d6d93

View File

@ -8,11 +8,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "coursier"; pname = "coursier";
version = "2.1.7"; version = "2.1.8";
src = fetchurl { src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier"; url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
hash = "sha256-aih4gkfSFTyZtw61NfB2JcNjfmxYWi1kWNGooI+110E="; hash = "sha256-fnd2/4ea411c/f3p/BzIHekoRYVznobJbBY4NGb1NwI=";
}; };
dontUnpack = true; dontUnpack = true;