summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-14 08:39:20 -0800
committerGitHub <noreply@github.com>2020-11-14 16:39:20 +0000
commit68f44d990df3b2d33773a05921a4ff19b41329bd (patch)
treed5f83a2d1967a88b9df4544096373f1713666426 /pkgs/applications/science
parentbb969ff967fb05765abeb19d0bcc8a51e9111b37 (diff)
fahviewer: 7.6.13 -> 7.6.21 (#103688)
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/foldingathome/viewer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/foldingathome/viewer.nix b/pkgs/applications/science/misc/foldingathome/viewer.nix
index cdeed6536efa..a383de621f29 100644
--- a/pkgs/applications/science/misc/foldingathome/viewer.nix
+++ b/pkgs/applications/science/misc/foldingathome/viewer.nix
@@ -11,7 +11,7 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
- version = "7.6.13";
+ version = "7.6.21";
in
stdenv.mkDerivation rec {
inherit version;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v${majMin}/fahviewer_${version}_amd64.deb";
- sha256 = "09yfvk16j1iwx8h1xg678ks3bc8760gfdn7n32j8r893kd32cwyk";
+ sha256 = "00fd00pf6fcpplcaahvy9ir60mk69d9rcmwsyq3jrv9mxqm9aq7p";
};
nativeBuildInputs = [