1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

facter: 3.5.1 -> 3.6.0

This commit is contained in:
Robin Gloster 2017-02-02 17:29:51 +01:00
parent b1d24a0472
commit 73ba9b0ef0
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -2,9 +2,10 @@
stdenv.mkDerivation rec {
name = "facter-${version}";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
sha256 = "1rhfww0knjh6bj3b0ykxgfgw6rg2bzibkdrisq3nhl3djfq7r1a8";
sha256 = "1fwvjd84nw39lgclkz4kn90z84fs9lsama3ikq0qs1in3y3jfmvi";
rev = version;
repo = "facter";
owner = "puppetlabs";
@ -24,5 +25,4 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.womfoo ];
platforms = platforms.linux;
};
}