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

Commits on Mar 23, 2019

  1. help2man: 1.47.8 -> 1.47.9

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/help2man/versions
    r-ryantm committed Mar 23, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    255756e View commit details

Commits on Mar 24, 2019

  1. Merge pull request #58190 from r-ryantm/auto-update/help2man

    help2man: 1.47.8 -> 1.47.9
    pSub authored Mar 24, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    263df75 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/help2man/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/help2man/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, perlPackages, gettext }:

stdenv.mkDerivation rec {
name = "help2man-1.47.8";
name = "help2man-1.47.9";

src = fetchurl {
url = "mirror://gnu/help2man/${name}.tar.xz";
sha256 = "1p5830h88cx0zn0snwaj0vpph81xicpsirfwlxmcgjrlmn0nm3sj";
sha256 = "1li3b6vifhysc2ckx0d7krwrqb8bk0kzn3k18ff1963hjc1qp7nz";
};

nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];