prometheus-solaredge-exporter: 0.1.6 -> 0.1.7 (#451671)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-13 17:21:48 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "prometheus-solaredge-exporter"; pname = "prometheus-solaredge-exporter";
version = "0.1.6"; version = "0.1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paepckehh"; owner = "paepckehh";
repo = "solaredge_exporter"; repo = "solaredge_exporter";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-vk2e9OeTt1T0f8H3uLHbd2fBO2KVse0IYrSFCu68Wgk="; hash = "sha256-nWx+8meEzdMuOMEYiV+/VxDosFA/LM8qwWz4VbRzZds=";
}; };
ldflags = [ ldflags = [
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
"-X github.com/prometheus/common/version.Version=${finalAttrs.version}" "-X github.com/prometheus/common/version.Version=${finalAttrs.version}"
]; ];
vendorHash = "sha256-Utydte6V07BN5Lz3Js54DqPV+cdnH2p1J5gYliFQYlU="; vendorHash = "sha256-8dAC/NydnpusEN4mTRewSvLjaF3pMlrVd+wo/A/S0fM=";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };