gs1200-exporter: 2.11.12 -> 2.11.13
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "gs1200-exporter";
|
||||
version = "2.11.12";
|
||||
version = "2.11.13";
|
||||
__structuredAttrs = true;
|
||||
src = fetchFromGitHub {
|
||||
owner = "robinelfrink";
|
||||
repo = "gs1200-exporter";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-8s2VgaqYXp9PN2oNU/sWpjQjDPSWolbWEVSZcx9Lh3M=";
|
||||
hash = "sha256-s+CdJBa9k4DBYBiwEAtWJz1r6DvDQtZR+dEB3FBSu3g=";
|
||||
};
|
||||
vendorHash = "sha256-204bFaywOolKVNoeH/w72Ba1PYAVgQawEmlaEXgRaRY=";
|
||||
vendorHash = "sha256-R8is2TM2npCY1eOTRsL1spTJWf/KiBqHpjr4EjraLeU=";
|
||||
postPatch = ''
|
||||
substituteInPlace go.mod --replace-fail "go 1.26.4" "go 1.26.3"
|
||||
'';
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) gs1200-exporter;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user