coursier: 2.1.11 -> 2.1.13 (#343698)

This commit is contained in:
R. RyanTM
2024-10-01 07:43:07 -04:00
committed by GitHub
parent 07c824db7f
commit 9fbc876a0d
+2 -2
View File
@@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "coursier";
version = "2.1.11";
version = "2.1.13";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
hash = "sha256-Gd5RM7QdFUmafr6ceQEvFjbQsWooHCiMDslG1MYFcrI=";
hash = "sha256-AGHpJaKhu9/rzWPfNWzJPdp/jpQOm28BGAcXuwyNNxE=";
};
dontUnpack = true;