Skip to content

Commit

Permalink
metals: 0.9.4 -> 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomahna authored and Jonathan Ringer committed Nov 11, 2020
1 parent 8281820 commit 5420cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/metals/default.nix
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "metals";
version = "0.9.4";
version = "0.9.5";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 5420cb2

Please sign in to comment.