Skip to content

Commit 252083a

Browse files
committedNov 20, 2017
rescuetime: 2.9.11.1285 -> 2.10.0.1322
1 parent c2a0512 commit 252083a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/misc/rescuetime/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ let
55
if stdenv.system == "i686-linux" then fetchurl {
66
name = "rescuetime-installer.deb";
77
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
8-
sha256 = "0nkbi05pr5kznj4vjqhsrxcqdmjdf2zsbirslxgm4jbh87skl6fm";
8+
sha256 = "06q1jwqsrjvlj820dd4vl80jznwafsqshsg0p6si8qx4721blryz";
99
} else fetchurl {
1010
name = "rescuetime-installer.deb";
1111
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
12-
sha256 = "161f71kvcrilv9qxldwn8xsqs2g9c2f2g9wb5brbfc0lqbbc8n89";
12+
sha256 = "0b56iglg8g45biddwsdn1hmx9gsz4kxr64civwyy7f69f022ppab";
1313
};
1414

1515
in
1616

1717
stdenv.mkDerivation {
1818
# https://www.rescuetime.com/updates/linux_release_notes.html
19-
name = "rescuetime-2.9.11.1285";
19+
name = "rescuetime-2.10.0.1322";
2020
inherit src;
2121
buildInputs = [ dpkg makeWrapper ];
2222
unpackPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.