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

Commits on Apr 5, 2020

  1. facter: 3.14.8 -> 3.14.9

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    01c9c9b View commit details

Commits on Apr 6, 2020

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

    facter: 3.14.8 -> 3.14.9
    marsam authored Apr 6, 2020
    Copy the full SHA
    48f5632 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.8";
version = "3.14.9";

src = fetchFromGitHub {
sha256 = "1rq28sg1yqyx2xpbhb8hj18ar5pva2rwz7v3ylg8kq112cnlngyh";
sha256 = "1c8g4fg8c9x816xx3m33njfn9h6ksl8g4rmc20y39v1y9jn72vxk";
rev = version;
repo = pname;
owner = "puppetlabs";