fahclient: 7.6.9 -> 7.6.13 (#99595)
This commit is contained in:
parent
d29fea1342
commit
b8a03a66b3
@ -10,7 +10,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
majMin = stdenv.lib.versions.majorMinor version;
|
majMin = stdenv.lib.versions.majorMinor version;
|
||||||
version = "7.6.9";
|
version = "7.6.13";
|
||||||
|
|
||||||
fahclient = stdenv.mkDerivation rec {
|
fahclient = stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -18,7 +18,7 @@ let
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${majMin}/fahclient_${version}_amd64.deb";
|
url = "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${majMin}/fahclient_${version}_amd64.deb";
|
||||||
sha256 = "1v4yijjjdq9qx1fp60flp9ya6ywl9qdsgkzwmzjzp8sd5gfvhyr6";
|
sha256 = "1j2cnsyassvifp6ymwd9kxwqw09hks24834gf7nljfncyy9g4g0i";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user