Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20473a231d92
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f3302a88ace
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 27, 2020

  1. metals: 0.9.6 -> 0.9.7

    Tomahna committed Nov 27, 2020
    Copy the full SHA
    87ad0a0 View commit details
  2. Merge pull request #105173 from Tomahna/metals

    metals: 0.9.6 -> 0.9.7
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    8f3302a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/metals/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/metals/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "metals";
version = "0.9.6";
version = "0.9.7";

deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0cjivkrykvp2m8bj3x9fsk7nsr5vxf87jfh4rjn24kfliljwfh2w";
outputHash = "0aky4vbbm5hi6jnd2n1aimqznbbaya05c7vdgaqhy3630ks3w4k9";
};

nativeBuildInputs = [ makeWrapper ];