coursier: 2.1.10 -> 2.1.11 (#340930)

This commit is contained in:
R. RyanTM
2024-09-10 10:50:40 -04:00
committed by GitHub
parent b39e02672a
commit 5a99fdf1ab
+2 -2
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;