about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2017-10-02 11:30:23 +0100
committerOliver Charles <ollie@ocharles.org.uk>2017-10-02 11:31:17 +0100
commitd8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9 (patch)
tree34aa9a57471cdd2c5143729077b6eb304c2e1319 /pkgs/applications
parente10bb692c4db2a94c3c6e03b269390f011ef3841 (diff)
downloadnixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar.gz
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar.bz2
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar.lz
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar.xz
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.tar.zst
nixlib-d8fe9476b7f98afc2790ef5c6bdd9d281d2bbad9.zip
rescuetime: Update to 2.9.11.1300
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/rescuetime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index 03d058783b23..8b93dd51406b 100644
--- a/pkgs/applications/misc/rescuetime/default.nix
+++ b/pkgs/applications/misc/rescuetime/default.nix
@@ -9,14 +9,14 @@ let
     } else fetchurl {
       name = "rescuetime-installer.deb";
       url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
-      sha256 = "161f71kvcrilv9qxldwn8xsqs2g9c2f2g9wb5brbfc0lqbbc8n89";
+      sha256 = "1xjwaqz0gs12ndgw7c2f1nkvj0nqcl0bxhd54pwk0dwrx9pn9avz";
     };
 
 in
 
 stdenv.mkDerivation {
   # https://www.rescuetime.com/updates/linux_release_notes.html
-  name = "rescuetime-2.9.11.1285";
+  name = "rescuetime-2.9.11.1300";
   inherit src;
   buildInputs = [ dpkg makeWrapper ];
   unpackPhase = ''