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

Commits on Oct 31, 2020

  1. facter: 3.14.13 -> 3.14.14

    r-ryantm committed Oct 31, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    blink1073 Steven Silvester
    Copy the full SHA
    db98668 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102291 from r-ryantm/auto-update/facter

    facter: 3.14.13 -> 3.14.14
    marsam authored Nov 1, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    blink1073 Steven Silvester
    Copy the full SHA
    784404d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/facter/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/facter/default.nix
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "facter";
version = "3.14.13";
version = "3.14.14";

src = fetchFromGitHub {
sha256 = "1rink4xxh7f2ckqfl4pc3ljm9rfb5c4npsqzlys4f2snmq4d0h39";
sha256 = "07pfa11i3nn2dk5g3c1qj3g7d2s8gd2fr0lmfijndaqxm7gjrn1a";
rev = version;
repo = pname;
owner = "puppetlabs";