facter: 3.11.4 -> 3.12.0 (#47804)

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
This commit is contained in:
R. RyanTM 2018-10-06 06:49:15 -07:00 committed by xeji
parent fa3ec9c836
commit b2f7b14380

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "facter-${version}";
version = "3.11.4";
version = "3.12.0";
src = fetchFromGitHub {
sha256 = "1v134lnh035fpgqqqb7cxvyssvvgxvc42649qzqmsw459di9iqv0";
sha256 = "1bg044j3dv6kcksy3cyda650ara8s4awdf665k10gaaxa0gwn0jj";
rev = version;
repo = "facter";
owner = "puppetlabs";