summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-14 08:39:37 -0800
committerGitHub <noreply@github.com>2020-11-14 16:39:37 +0000
commite3cf6e12bc39401e26b4e45ed121e71c828d8d3a (patch)
tree874059495a4c69c32829e872f31975d086321a6d /pkgs/applications/science
parent68f44d990df3b2d33773a05921a4ff19b41329bd (diff)
fahcontrol: 7.6.13 -> 7.6.21 (#103677)
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/foldingathome/control.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/foldingathome/control.nix b/pkgs/applications/science/misc/foldingathome/control.nix
index 91c3b8c779cd..85be61f6686d 100644
--- a/pkgs/applications/science/misc/foldingathome/control.nix
+++ b/pkgs/applications/science/misc/foldingathome/control.nix
@@ -8,7 +8,7 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
- version = "7.6.13";
+ version = "7.6.21";
python = python2.withPackages
(
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v${majMin}/fahcontrol_${version}-1_all.deb";
- sha256 = "0qfvhwc29cgqkwf2bkhq4gr2d1c4jgccfs58916ss03n4rwz9gng";
+ sha256 = "1vfrdqkrvdlyxaw3f6z92w5dllrv6810lmf8yhcmjcwmphipvf71";
};
nativeBuildInputs = [