rescuetime: 2.9.10.1255 -> 2.9.11.1285

This commit is contained in:
Alexey Shmalko 2017-01-09 02:39:20 +02:00
parent 9e3b2cbd21
commit b8a508364c
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -5,18 +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 = "1wi9ikwmc9jfilj8adad3rcb7rmmxkpkfcp2gkfxvdyw6n0mzcnf";
sha256 = "0nkbi05pr5kznj4vjqhsrxcqdmjdf2zsbirslxgm4jbh87skl6fm";
} else fetchurl {
name = "rescuetime-installer.deb";
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
sha256 = "074yivz7rz1ac1962dix0aahpyqvsrkizh32kk5hyw5az0vqpcjs";
sha256 = "161f71kvcrilv9qxldwn8xsqs2g9c2f2g9wb5brbfc0lqbbc8n89";
};
in
stdenv.mkDerivation {
# https://www.rescuetime.com/updates/linux_release_notes.html
name = "rescuetime-2.9.10.1255";
name = "rescuetime-2.9.11.1285";
inherit src;
buildInputs = [ dpkg makeWrapper ];
unpackPhase = ''