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

Commits on Mar 11, 2020

  1. Copy the full SHA
    7ebfcc1 View commit details

Commits on Apr 27, 2020

  1. Copy the full SHA
    a900a0a View commit details
  2. Merge pull request #82313 from iAmMrinal0/update/rescuetime

    rescuetime: 2.14.5.2 -> 2.15.0.1
    Mic92 authored Apr 27, 2020
    Copy the full SHA
    1a6bd2b View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/rescuetime/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/rescuetime/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@ let
if stdenv.hostPlatform.system == "i686-linux" then fetchurl {
name = "rescuetime-installer.deb";
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
sha256 = "0mw8dh9z7pqan0yrhycmv39h5c1sc4mbw5l02cfnn17cy75xdiay";
sha256 = "1yzbs2lg04bq0clkr6gfkx3j6wrahpnxqfiq4askk9k76y4ncd4m";
} else fetchurl {
name = "rescuetime-installer.deb";
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
sha256 = "1a6pc8vi2ab721kzyhvg6bmw24dr85dgmx2m9j9vbf3jyr85fv10";
sha256 = "1njxsh601d0p6n0hxv44gcg8gd43xwym83xwqba26vj6xw82bknv";
};
in mkDerivation {
# https://www.rescuetime.com/updates/linux_release_notes.html
name = "rescuetime-2.14.5.2";
name = "rescuetime-2.15.0.1";
inherit src;
nativeBuildInputs = [ dpkg ];
# avoid https://github.com/NixOS/patchelf/issues/99