nixos-facter: 0.1.1 -> 0.2.0

Diff: https://github.com/numtide/nixos-facter/compare/v0.1.1...v0.2.0
This commit is contained in:
Jörg Thalheim
2024-11-08 14:20:37 +01:00
parent f3b32bf6ed
commit 61e6b1f52d
+7 -5
View File
@@ -9,6 +9,7 @@
util-linux,
pciutils,
stdenv,
systemdMinimal,
}:
let
# We are waiting on some changes to be merged upstream: https://github.com/openSUSE/hwinfo/pulls
@@ -16,23 +17,23 @@ let
src = fetchFromGitHub {
owner = "numtide";
repo = "hwinfo";
rev = "a559f34934098d54096ed2078e750a8245ae4044";
hash = "sha256-3abkWPr98qXXQ17r1Z43gh2M5hl/DHjW2hfeWl+GSAs=";
rev = "c2259845d10694c099fb306a8cfc5a403e71c708";
hash = "sha256-RGIoJkYiNMRHwUclzdRMELxCgBU9Pfvaghvt3op0zM0=";
};
};
in
buildGoModule rec {
pname = "nixos-facter";
version = "0.1.1";
version = "0.2.0";
src = fetchFromGitHub {
owner = "numtide";
repo = "nixos-facter";
rev = "v${version}";
hash = "sha256-vlPmvCrgX64dcf//BPtQszBt7dkq35JpgQg+/LW0AqM=";
hash = "sha256-Rird32KB+V1xGBZvrEaPDPOhl5YMClIljOLcFO/0vOU=";
};
vendorHash = "sha256-5leiTNp3FJmgFd0SKhu18hxYZ2G9SuQPhZJjki2SDVs=";
vendorHash = "sha256-qDzd+aq08PN9kl1YkvNLGvWaFVh7xFXJhGdx/ELwYGY=";
CGO_ENABLED = 1;
@@ -50,6 +51,7 @@ buildGoModule rec {
libusb1
util-linux
pciutils
systemdMinimal
];
ldflags = [