Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9412f4fdb58
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f11ce8683e1f
Choose a head ref
  • 15 commits
  • 12 files changed
  • 12 contributors

Commits on Jul 19, 2019

  1. libmediainfo: 19.04 -> 19.07

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libmediainfo/versions
    r-ryantm committed Jul 19, 2019
    Copy the full SHA
    5bf96aa View commit details

Commits on Jul 24, 2019

  1. firefox-bin: 68.0 -> 68.0.1

    taku0 committed Jul 24, 2019
    Copy the full SHA
    835027f View commit details
  2. firefox: 68.0 -> 68.0.1

    taku0 committed Jul 24, 2019
    Copy the full SHA
    9c7aa99 View commit details
  3. Copy the full SHA
    71116cd View commit details
  4. uchiwa: 1.5.0 -> 1.7.0

    peterhoeg committed Jul 24, 2019
    Copy the full SHA
    b93bb06 View commit details
  5. Merge pull request #65334 from peterhoeg/u/uchiwa

    uchiwa: 1.5.0 -> 1.7.0
    peterhoeg authored Jul 24, 2019
    Copy the full SHA
    3a2996c View commit details
  6. dnsperf: 2.2.0 -> 2.3.1

    Mainly they add support for TCP and TLS.
    vcunat committed Jul 24, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    96b925e View commit details
  7. dune: 1.10.0 -> 1.11.0

    marsam authored and vbgl committed Jul 24, 2019
    Copy the full SHA
    236d744 View commit details
  8. Merge pull request #65327 from taku0/firefox-bin-68.0.1

     firefox, firefox-bin, firefox-esr: 68.0 -> 68.0.1
    andir authored Jul 24, 2019
    Copy the full SHA
    2a35404 View commit details
  9. ghidra: 9.0 -> 9.0.2 (#65177)

    rgarza authored and Mic92 committed Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f882547 View commit details
  10. libmediainfo: 19.04 -> 19.07 (#65100)

    libmediainfo: 19.04 -> 19.07
    Mic92 authored Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6b7c721 View commit details
  11. feh: 3.2 -> 3.2.1

    WilliButz committed Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e415055 View commit details
  12. bazel-buildtools: 0.22.0 -> 0.28.0

    u-quark authored and Profpatsch committed Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6d25177 View commit details
  13. pythonPackages.joblib: fix the build on Darwin (#65288)

    The test test_dispatch_multiprocessing is failing on Darwin; Disabling it fixes the build.
    kalbasit authored Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ec8eda View commit details
  14. feh: 3.2 -> 3.2.1 (#65338)

    feh: 3.2 -> 3.2.1
    dywedir authored Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f11ce86 View commit details
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 = "3.2";
version = "3.2.1";

src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "004vapxpl001yanqvw3cq37fmkdr527jyz0s5nybz1mnl4926660";
sha256 = "070axq8jpibcabmjfv4fmjmpk3k349vzvh4qhsi4n62bkcwl35wg";
};

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