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

Commits on Mar 2, 2019

  1. facter: 3.12.3 -> 3.13.0

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1508e4b View commit details

Commits on Mar 8, 2019

  1. Copy the full SHA
    ced5e13 View commit details
  2. Copy the full SHA
    6c03c2e View commit details
  3. Merge pull request #56641 from r-ryantm/auto-update/facter

    facter: 3.12.3 -> 3.13.0
    infinisil authored Mar 8, 2019
    Copy the full SHA
    2e92520 View commit details
Showing with 5 additions and 4 deletions.
  1. +3 −2 pkgs/development/libraries/libwhereami/default.nix
  2. +2 −2 pkgs/tools/system/facter/default.nix
5 changes: 3 additions & 2 deletions pkgs/development/libraries/libwhereami/default.nix
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "libwhereami-${version}";
version = "0.2.0";
version = "0.2.2";

src = fetchFromGitHub {
sha256 = "10phq4a11m8ly6b4dc2yg3dnjzg8ad5wnjv0ilvwylnw32800pxr";
sha256 = "084n153jaq8fmhjififk0xlx1d1i3lclnw2j3ly8bixvc392vzly";
rev = version;
repo = "libwhereami";
owner = "puppetlabs";
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = [ maintainers.womfoo ];
platforms = platforms.linux;
badPlatforms = platforms.arm;
};

}
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 {
name = "facter-${version}";
version = "3.12.3";
version = "3.13.0";

src = fetchFromGitHub {
sha256 = "0b9ci3r42dvqvvh3vflba75iv52n0viwddw9qpjsprb35ff9vzp7";
sha256 = "1sqj8777vwb2izm86y74sivbpyxcx95sflgjn0pbqni311ck972v";
rev = version;
repo = "facter";
owner = "puppetlabs";