mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
rescuetime: 2.14.5.2 -> 2.14.5.3
This commit is contained in:
parent
5f77ff6384
commit
7ebfcc1d4d
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@ let
|
||||||
if stdenv.hostPlatform.system == "i686-linux" then fetchurl {
|
if stdenv.hostPlatform.system == "i686-linux" then fetchurl {
|
||||||
name = "rescuetime-installer.deb";
|
name = "rescuetime-installer.deb";
|
||||||
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
|
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
|
||||||
sha256 = "0mw8dh9z7pqan0yrhycmv39h5c1sc4mbw5l02cfnn17cy75xdiay";
|
sha256 = "0rc744infrvs5l1c8qpsd1x2y40bpbxlwnmyj6nyli8fnqcnzh5l";
|
||||||
} else fetchurl {
|
} else fetchurl {
|
||||||
name = "rescuetime-installer.deb";
|
name = "rescuetime-installer.deb";
|
||||||
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
|
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
|
||||||
sha256 = "1a6pc8vi2ab721kzyhvg6bmw24dr85dgmx2m9j9vbf3jyr85fv10";
|
sha256 = "1cjsgqcv76b798rpdn72fkbm79shlqnxyh1741isi8gcp1gnimji";
|
||||||
};
|
};
|
||||||
in mkDerivation {
|
in mkDerivation {
|
||||||
# https://www.rescuetime.com/updates/linux_release_notes.html
|
# https://www.rescuetime.com/updates/linux_release_notes.html
|
||||||
name = "rescuetime-2.14.5.2";
|
name = "rescuetime-2.14.5.3";
|
||||||
inherit src;
|
inherit src;
|
||||||
nativeBuildInputs = [ dpkg ];
|
nativeBuildInputs = [ dpkg ];
|
||||||
# avoid https://github.com/NixOS/patchelf/issues/99
|
# avoid https://github.com/NixOS/patchelf/issues/99
|
||||||
|
|
Loading…
Reference in a new issue