about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-21 06:24:27 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-21 06:24:27 +0000
commit0cc843b5380bacba1fb3f9c491dafff849e4d61e (patch)
tree112450a1f6983c46ce93a6b62fb4674ab207fef3 /pkgs/applications/science/misc
parent567f0a3df11b67572a52a05766fe258787bace9a (diff)
downloadnixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar.gz
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar.bz2
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar.lz
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar.xz
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.tar.zst
nixlib-0cc843b5380bacba1fb3f9c491dafff849e4d61e.zip
fahcontrol: 7.6.9 -> 7.6.13
Diffstat (limited to 'pkgs/applications/science/misc')
-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 72217689ff18..91c3b8c779cd 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.9";
+  version = "7.6.13";
 
   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 = "1fh7ybbp3qlqzh18c4gva3aaymv7d31mqchrv235a1axldha1s9s";
+    sha256 = "0qfvhwc29cgqkwf2bkhq4gr2d1c4jgccfs58916ss03n4rwz9gng";
   };
 
   nativeBuildInputs = [