Merge pull request #56641 from r-ryantm/auto-update/facter

facter: 3.12.3 -> 3.13.0
This commit is contained in:
Silvan Mosberger 2019-03-08 19:41:16 +01:00 committed by GitHub
commit 2e92520e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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;
};
}

View file

@ -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";