File tree 1 file changed +3
-3
lines changed
pkgs/applications/misc/rescuetime
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
if stdenv . system == "i686-linux" then fetchurl {
6
6
name = "rescuetime-installer.deb" ;
7
7
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb" ;
8
- sha256 = "0nkbi05pr5kznj4vjqhsrxcqdmjdf2zsbirslxgm4jbh87skl6fm " ;
8
+ sha256 = "06q1jwqsrjvlj820dd4vl80jznwafsqshsg0p6si8qx4721blryz " ;
9
9
} else fetchurl {
10
10
name = "rescuetime-installer.deb" ;
11
11
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb" ;
12
- sha256 = "161f71kvcrilv9qxldwn8xsqs2g9c2f2g9wb5brbfc0lqbbc8n89 " ;
12
+ sha256 = "0b56iglg8g45biddwsdn1hmx9gsz4kxr64civwyy7f69f022ppab " ;
13
13
} ;
14
14
15
15
in
16
16
17
17
stdenv . mkDerivation {
18
18
# https://www.rescuetime.com/updates/linux_release_notes.html
19
- name = "rescuetime-2.9.11.1285 " ;
19
+ name = "rescuetime-2.10.0.1322 " ;
20
20
inherit src ;
21
21
buildInputs = [ dpkg makeWrapper ] ;
22
22
unpackPhase = ''
You can’t perform that action at this time.
0 commit comments