Skip to content

Commit

Permalink
metals: 0.10.1 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomahna committed Apr 21, 2021
1 parent b14062b commit fb580e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/metals/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "metals";
version = "0.10.1";
version = "0.10.2";

deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0z4ddnwx510hnx6w72fxmksmnwxg8p2nqxg7i7xix24gykgmgj5a";
outputHash = "1yck935pcj9cg3qxzrmvgd16afsckz8wgmzf2rlmii2c1glrbq9c";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit fb580e7

Please sign in to comment.