coursier: 2.1.10 -> 2.1.11 (#340930)

This commit is contained in:
R. RyanTM 2024-09-11 00:50:40 +10:00 committed by GitHub
parent b39e02672a
commit 5a99fdf1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "coursier";
version = "2.1.10";
version = "2.1.11";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
hash = "sha256-fiZwmDDuaafBbYQdOxPpTrleMLOSakCteizpKwcGStk=";
hash = "sha256-Gd5RM7QdFUmafr6ceQEvFjbQsWooHCiMDslG1MYFcrI=";
};
dontUnpack = true;