about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-04-27 13:20:22 +0100
committerGitHub <noreply@github.com>2020-04-27 13:20:22 +0100
commit1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca (patch)
treeaab2ff0e9c4301a75e43a2ec0b1c87e3de7ab7cb /pkgs/applications/misc
parentaa4ec8c7be9c168a769a83e6c4194afde1e8056b (diff)
parenta900a0a246567186f8d4b149906b540a0a825572 (diff)
downloadnixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar.gz
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar.bz2
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar.lz
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar.xz
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.tar.zst
nixlib-1a6bd2bcdc230cdf4f8247f9a52bf37b546382ca.zip
Merge pull request #82313 from iAmMrinal0/update/rescuetime
rescuetime: 2.14.5.2 -> 2.15.0.1
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/rescuetime/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index 13ae1f1ba7d3..9784e24187bf 100644
--- a/pkgs/applications/misc/rescuetime/default.nix
+++ b/pkgs/applications/misc/rescuetime/default.nix
@@ -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