Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9dfcff3a1c98
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f6fcc702568
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 21, 2020

  1. fahviewer: 7.6.9 -> 7.6.13

    r-ryantm committed May 21, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    f52889c View commit details
  2. Merge pull request #88493 from r-ryantm/auto-update/fahviewer

    fahviewer: 7.6.9 -> 7.6.13
    zimbatm authored May 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1f6fcc7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/misc/foldingathome/viewer.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/foldingathome/viewer.nix
Original file line number Diff line number Diff line change
@@ -11,15 +11,15 @@
}:
let
majMin = stdenv.lib.versions.majorMinor version;
version = "7.6.9";
version = "7.6.13";
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";
sha256 = "04wr86g11wpmsczzwzak4gvalcihb47rn3zp6qriawhxyac9nf93";
sha256 = "09yfvk16j1iwx8h1xg678ks3bc8760gfdn7n32j8r893kd32cwyk";
};

nativeBuildInputs = [