mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
prometheus-solaredge-exporter: fix src hash
This commit is contained in:
parent
f42172f73b
commit
6dd7fe686b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildGoModule (finalAttrs: {
|
||||||
owner = "paepckehh";
|
owner = "paepckehh";
|
||||||
repo = "solaredge_exporter";
|
repo = "solaredge_exporter";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Aw6rMXE0jgqdUScQcFplNnpglwl13BRdTEN1gMQJSd0=";
|
hash = "sha256-vo0WaiigwjSEA+wEUs8Wdko+UHq5OXXcVcfgna/QVHE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue