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: 19dfb63036b4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 079b4957df1d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 9, 2017

  1. feh: 2.18.2 -> 2.19

    jfrankenau committed Jul 9, 2017
    Copy the full SHA
    1df820c View commit details
  2. Merge pull request #27251 from jfrankenau/update-feh

    feh: 2.18.2 -> 2.19
    joachifm authored Jul 9, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    079b495 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/feh/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/feh/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.18.2";
version = "2.19";

src = fetchurl {
url = "http://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "09f5rfzls4h5jcrp7ylwbiljp5qzc2nbw9p2csv0pnlaixj69gil";
sha256 = "1sfhr6628xpj9p6bqihdq35y139x2gmrpydjlrwsl1rs77c2bgnf";
};

outputs = [ "out" "man" "doc" ];