about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMrinal Purohit <github@mrinalpurohit.in>2020-03-11 16:17:29 +0530
committerMrinal Purohit <github@mrinalpurohit.in>2020-03-11 16:17:29 +0530
commit7ebfcc1d4d847c8d67fe53b9f043701769f205a9 (patch)
tree3eaf03810d3f793ddd7a5aab168be6915a908a1f /pkgs/applications/misc
parent5f77ff63849396c2b0dd243c0bb9fdae13c0fab6 (diff)
downloadnixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar.gz
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar.bz2
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar.lz
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar.xz
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.tar.zst
nixlib-7ebfcc1d4d847c8d67fe53b9f043701769f205a9.zip
rescuetime: 2.14.5.2 -> 2.14.5.3
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..7212563816b8 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 = "0rc744infrvs5l1c8qpsd1x2y40bpbxlwnmyj6nyli8fnqcnzh5l";
     } else fetchurl {
       name = "rescuetime-installer.deb";
       url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
-      sha256 = "1a6pc8vi2ab721kzyhvg6bmw24dr85dgmx2m9j9vbf3jyr85fv10";
+      sha256 = "1cjsgqcv76b798rpdn72fkbm79shlqnxyh1741isi8gcp1gnimji";
     };
 in mkDerivation {
   # https://www.rescuetime.com/updates/linux_release_notes.html
-  name = "rescuetime-2.14.5.2";
+  name = "rescuetime-2.14.5.3";
   inherit src;
   nativeBuildInputs = [ dpkg ];
   # avoid https://github.com/NixOS/patchelf/issues/99