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

facter: 3.14.14 -> 3.14.15
This commit is contained in:
Mario Rodas 2021-01-30 15:35:13 -05:00 committed by GitHub
commit 0c82e578fe
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.14";
version = "3.14.15";
src = fetchFromGitHub {
sha256 = "07pfa11i3nn2dk5g3c1qj3g7d2s8gd2fr0lmfijndaqxm7gjrn1a";
sha256 = "sha256-vRtDctiulR5YmcwNCZtSU/tsRjs1+DP07NFVSL1TSuI=";
rev = version;
repo = pname;
owner = "puppetlabs";