summary refs log tree commit diff
path: root/pkgs/applications/misc/rescuetime
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-31 15:17:48 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-31 17:17:32 +0200
commit5ab17dbe986d22c31aebf2053e2ee7f5327a4382 (patch)
treec426d0489ec5691f4f33bd2ac53cf893cf6f05ab /pkgs/applications/misc/rescuetime
parent45d5833e82f2489b289685350f28e9343ab00628 (diff)
downloadnixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar.gz
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar.bz2
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar.lz
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar.xz
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.tar.zst
nixlib-5ab17dbe986d22c31aebf2053e2ee7f5327a4382.zip
rescuetime: 2.8.8.1040 -> 2.8.9.1170
Fix build broken by upstream (unversioned) .deb change.

CC maintainer @cstrahan.
Diffstat (limited to 'pkgs/applications/misc/rescuetime')
-rw-r--r--pkgs/applications/misc/rescuetime/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index a57647e18e70..a5b90890df2a 100644
--- a/pkgs/applications/misc/rescuetime/default.nix
+++ b/pkgs/applications/misc/rescuetime/default.nix
@@ -5,17 +5,18 @@ let
     if stdenv.system == "i686-linux" then fetchurl {
       name = "rescuetime-installer.deb";
       url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
-      sha256 = "1np8fkmgcwfjv82v4y1lkqcgfki368w6317gac3i0vlqi4qbfjiq";
+      sha256 = "15x3nvhxk4f0rga0i99c6lhaa1rwdi446kxnx1l4jprhbl788sx6";
     } else fetchurl {
       name = "rescuetime-installer.deb";
       url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
-      sha256 = "0bb0kzayj0wwvyh1b8g0l3aw2xqlrkhn85j3aw90xmchnsx42xh5";
+      sha256 = "0ibdlx8fdlmh81908d1syb7c5lf88pqp49fl7r43cj6bybpdx411";
     };
 
 in
 
 stdenv.mkDerivation {
-  name = "rescuetime-2.8.8.1040";
+  # https://www.rescuetime.com/updates/linux_release_notes.html
+  name = "rescuetime-2.8.9.1170";
   inherit src;
   buildInputs = [ dpkg makeWrapper ];
   unpackPhase = ''