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: 6b755ab26d6c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f4448eba404
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 19, 2021

  1. Copy the full SHA
    1548abf View commit details
  2. Merge pull request #109939 from r-ryantm/auto-update/eclipse-mat

    eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
    ryantm authored Jan 19, 2021
    Copy the full SHA
    9f4448e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/eclipse-mat/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/eclipse-mat/default.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

with lib;
let
pVersion = "1.10.0.20200225";
pVersion = "1.11.0.20201202";
pVersionTriple = splitVersion pVersion;
majorVersion = elemAt pVersionTriple 0;
minorVersion = elemAt pVersionTriple 1;
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://ftp.halifax.rwth-aachen.de/eclipse//mat/${baseVersion}/rcp/MemoryAnalyzer-${version}-linux.gtk.x86_64.zip";
sha256 = "11cg01gjjvlm6lr6z6rwqs1r31xx5pxddnz55ca0s33lrnywf9fx";
sha256 = "sha256-HtIKcGfdjb2wovGGSxv16ud7y1cPQFBn77pkhiekAkI=";
};

desktopItem = makeDesktopItem {