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

Commits on Jul 29, 2017

  1. feh: 2.19.0 -> 2.19.1

    NeQuissimus committed Jul 29, 2017
    Copy the full SHA
    07b69a5 View commit details
  2. Merge pull request #27747 from NeQuissimus/feh_2_19_1

    feh: 2.19.0 -> 2.19.1
    fpletz authored Jul 29, 2017
    Copy the full SHA
    d46c567 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.19";
version = "2.19.1";

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

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