Skip to content

Commit

Permalink
nixos-facter: test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 8, 2025
1 parent 65c373f commit 9ace8b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ni/nixos-facter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ let
in
buildGoModule rec {
pname = "nixos-facter";
version = "0.3.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "numtide";
repo = "nixos-facter";
rev = "v${version}";
hash = "sha256-T7x9xU/Tr2BKfrHQHrP6Mm6rNUWYASjEPzHIKgyS7aE=";
rev = "fix/rmi-bus-type";
hash = "sha256-bYFA+ojwMly2Pu1DXWSoHo8JADiVfTOzXClw1xUuoBk=";
};

vendorHash = "sha256-qDzd+aq08PN9kl1YkvNLGvWaFVh7xFXJhGdx/ELwYGY=";
vendorHash = "sha256-WCItbRbGgclXGtJyHCkDgaPe3Mobe4mT/4c16AEdF5o=";

env.CGO_ENABLED = 1;

Expand Down

0 comments on commit 9ace8b2

Please sign in to comment.