prometheus-lnd-exporter unstable-2021-03-26 -> 0.2.7 https://github.com/lightninglabs/lndmon/releases attrpath: prometheus-lnd-exporter Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "06if387b9m02ciqgcissih1x06l33djp87vgspwzz589f77vczk8" [golangModuleVersion] Replaced vendorHash with sha256-aH62z3EJlf/51W8fdGUbgxrQA4xaR/ZwZALUtA4aLho= [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/monitoring/prometheus/lnd-exporter.nix b/pkgs/servers/monitoring/prometheus/lnd-exporter.nix index 034d5a0c386..d8984fd8051 100644 --- a/pkgs/servers/monitoring/prometheus/lnd-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/lnd-exporter.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "lndmon"; - version = "unstable-2021-03-26"; + version = "0.2.7"; src = fetchFromGitHub { owner = "lightninglabs"; repo = "lndmon"; - sha256 = "14lmmjq61p8yhc86swigs43risqi31vlmz7ri8j0n0fyp8lm2kxs"; + sha256 = "sha256-uk9RKbreAQskivn8SncYEeuYB9Evcm0Qgx7dYLCslZI="; rev = "3aa925aa4f633a6c4d132601922e78f173ae8ac1"; }; - vendorSha256 = "06if387b9m02ciqgcissih1x06l33djp87vgspwzz589f77vczk8"; + vendorHash = "sha256-aH62z3EJlf/51W8fdGUbgxrQA4xaR/ZwZALUtA4aLho="; passthru.tests = { inherit (nixosTests.prometheus-exporters) lnd; }; Source url did not change.