Skip to content

Commit f52889c

Browse files
committed
fahviewer: 7.6.9 -> 7.6.13
1 parent 567f0a3 commit f52889c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/science/misc/foldingathome

pkgs/applications/science/misc/foldingathome/viewer.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
}:
1212
let
1313
majMin = stdenv.lib.versions.majorMinor version;
14-
version = "7.6.9";
14+
version = "7.6.13";
1515
in
1616
stdenv.mkDerivation rec {
1717
inherit version;
1818
pname = "fahviewer";
1919

2020
src = fetchurl {
2121
url = "https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v${majMin}/fahviewer_${version}_amd64.deb";
22-
sha256 = "04wr86g11wpmsczzwzak4gvalcihb47rn3zp6qriawhxyac9nf93";
22+
sha256 = "09yfvk16j1iwx8h1xg678ks3bc8760gfdn7n32j8r893kd32cwyk";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)