Merge pull request #34591 from womfoo/bump/facter-3.9.3

facter: 3.9.0 -> 3.9.3 and dependency libwhereami: 0.1.1 -> 0.1.3
This commit is contained in:
Frederik Rietdijk 2018-02-04 20:03:24 +00:00 committed by GitHub
commit f0e404b1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "libwhereami-${version}";
version = "0.1.1";
version = "0.1.3";
src = fetchFromGitHub {
sha256 = "0nhbmxm626cgawprszw6c03a3hasxjn1i9ldhhj5xyvxp8r5l9q4";
sha256 = "0mpy2rkxcm2nz1qvldih01czxlsksqfkzgh58pnrw8yva31wv9q6";
rev = version;
repo = "libwhereami";
owner = "puppetlabs";

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "facter-${version}";
version = "3.9.0";
version = "3.9.3";
src = fetchFromGitHub {
sha256 = "1picxrmvka57ph4zqgwqdsqvz3mqppg41wkj8dx37hscwwlbdw0s";
sha256 = "1qd0xsw49nbj22czddxk90di31gx43hacvnmh08gp3001a8g0qcj";
rev = version;
repo = "facter";
owner = "puppetlabs";