Skip to content

Commit

Permalink
foldingathome: 7.5.1 -> 7.6.9 (#86171)
Browse files Browse the repository at this point in the history
  • Loading branch information
evils authored Apr 28, 2020
1 parent 27c7e7d commit e257a92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/foldingathome/client.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
version = "7.5.1";
version = "7.6.9";

fahclient = stdenv.mkDerivation rec {
inherit version;
pname = "fahclient";

src = fetchurl {
url = "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${majMin}/fahclient_${version}_amd64.deb";
hash = "sha256-7+RwYdMoZnJZwYFbmLxsN9ozk2P7jpOGZz9qlvTTfSY=";
sha256 = "1v4yijjjdq9qx1fp60flp9ya6ywl9qdsgkzwmzjzp8sd5gfvhyr6";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/foldingathome/control.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
version = "7.5.1";
version = "7.6.9";

python = python2.withPackages
(
Expand All @@ -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";
hash = "sha256-ydN4I6vmZpI9kD+/TXxgWc+AQqIIlUvABEycWmY1tNg=";
sha256 = "1fh7ybbp3qlqzh18c4gva3aaymv7d31mqchrv235a1axldha1s9s";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/foldingathome/viewer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
version = "7.5.1";
version = "7.6.9";
in
stdenv.mkDerivation rec {
inherit version;
pname = "fahviewer";

src = fetchurl {
url = "https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v${majMin}/fahviewer_${version}_amd64.deb";
hash = "sha256-yH0zGjX8aNBEJ5lq7wWydcpp2rO+9Ah++q9eJ+ldeyk=";
sha256 = "04wr86g11wpmsczzwzak4gvalcihb47rn3zp6qriawhxyac9nf93";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e257a92

Please sign in to comment.