From 4f39ada71b93575fc5a2353c2e6f4e84ce1fdde8 Mon Sep 17 00:00:00 2001 From: tpdcl <77207249+tpdcl@users.noreply.github.com> Date: Mon, 29 Aug 2022 20:51:58 +0300 Subject: [PATCH] FAHClient: 7.6.13 -> 7.6.21 (#188476) This time also in master so it can get in unstable --- pkgs/applications/science/misc/foldingathome/client.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/misc/foldingathome/client.nix b/pkgs/applications/science/misc/foldingathome/client.nix index 6ebc72cc7da4..47a86fa2aeaf 100644 --- a/pkgs/applications/science/misc/foldingathome/client.nix +++ b/pkgs/applications/science/misc/foldingathome/client.nix @@ -10,7 +10,7 @@ }: let majMin = lib.versions.majorMinor version; - version = "7.6.13"; + version = "7.6.21"; fahclient = stdenv.mkDerivation rec { inherit version; @@ -18,7 +18,7 @@ let src = fetchurl { url = "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${majMin}/fahclient_${version}_amd64.deb"; - sha256 = "1j2cnsyassvifp6ymwd9kxwqw09hks24834gf7nljfncyy9g4g0i"; + sha256 = "2827f05f1c311ee6c7eca294e4ffb856c81957e8f5bfc3113a0ed27bb463b094"; }; nativeBuildInputs = [