facter: 3.11.3 -> 3.11.4 (#45836)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
facter
This commit is contained in:
R. RyanTM 2018-09-01 04:21:10 -07:00 committed by xeji
parent ef81e82d83
commit 584d6d2672

View file

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