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

facter: 3.14.12 -> 3.14.13
This commit is contained in:
Mario Rodas 2020-09-23 06:57:39 -05:00 committed by GitHub
commit 9e5a617ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "facter";
version = "3.14.12";
version = "3.14.13";
src = fetchFromGitHub {
sha256 = "1n0m2w133bpbbpc1imp89xlinmny7xaz1w87cs18p1lnk2w043lc";
sha256 = "1rink4xxh7f2ckqfl4pc3ljm9rfb5c4npsqzlys4f2snmq4d0h39";
rev = version;
repo = pname;
owner = "puppetlabs";