We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f0a3 commit f52889cCopy full SHA for f52889c
1 file changed
pkgs/applications/science/misc/foldingathome/viewer.nix
@@ -11,15 +11,15 @@
11
}:
12
let
13
majMin = stdenv.lib.versions.majorMinor version;
14
- version = "7.6.9";
+ version = "7.6.13";
15
in
16
stdenv.mkDerivation rec {
17
inherit version;
18
pname = "fahviewer";
19
20
src = fetchurl {
21
url = "https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v${majMin}/fahviewer_${version}_amd64.deb";
22
- sha256 = "04wr86g11wpmsczzwzak4gvalcihb47rn3zp6qriawhxyac9nf93";
+ sha256 = "09yfvk16j1iwx8h1xg678ks3bc8760gfdn7n32j8r893kd32cwyk";
23
};
24
25
nativeBuildInputs = [
0 commit comments