lol

prometheus-postfix-exporter: 0.12.1 -> 0.14.0 (#439819)

authored by

Sandro and committed by
GitHub
717f39da 3d38f08f

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/postfix-exporter.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "postfix_exporter"; 13 - version = "0.12.1"; 13 + version = "0.14.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "Hsn723"; 17 17 repo = "postfix_exporter"; 18 18 tag = "v${version}"; 19 - sha256 = "sha256-3Sj9qRAK7lDLYShE0G1UkZsDPAMlk4KZBucDeWcnS4I="; 19 + sha256 = "sha256-D6m0xWNkUMouubNjIaB/dHT1YIcDi/oJ6U+2lmKwBZM="; 20 20 }; 21 21 22 - vendorHash = "sha256-HCKJA7T5kCQX9ZEClHWgZgjN71YG3BGF8gXc1aDKDJ8="; 22 + vendorHash = "sha256-kmZWQu26TBhEQo/SrPxhyeGo5yliCFUCTxIIkncCciw="; 23 23 24 24 ldflags = [ 25 25 "-s"