lol

metals: 1.5.1 -> 1.5.2 (#393786)

authored by

Nick Cao and committed by
GitHub
c5d94a8a aeda040d

+2 -2
+2 -2
pkgs/by-name/me/metals/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "metals"; 12 - version = "1.5.1"; 12 + version = "1.5.2"; 13 13 14 14 deps = stdenv.mkDerivation { 15 15 name = "${pname}-deps-${version}"; ··· 23 23 ''; 24 24 outputHashMode = "recursive"; 25 25 outputHashAlgo = "sha256"; 26 - outputHash = "sha256-2FA2B/WzNGU4B785pn5zZ9Xj64huzbSbr2Or+CxUMlI="; 26 + outputHash = "sha256-Qh8T0/nLVpfdJiWqdi1mpvUom5B9Xr8jsNGqzEx8OLs="; 27 27 }; 28 28 29 29 nativeBuildInputs = [