fahclient: 7.6.9 -> 7.6.13 (#99595)

gstqt5
evils 2020-10-05 14:40:10 +02:00 committed by GitHub
parent d29fea1342
commit b8a03a66b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
version = "7.6.9";
version = "7.6.13";
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 = "1v4yijjjdq9qx1fp60flp9ya6ywl9qdsgkzwmzjzp8sd5gfvhyr6";
sha256 = "1j2cnsyassvifp6ymwd9kxwqw09hks24834gf7nljfncyy9g4g0i";
};
nativeBuildInputs = [