prometheus-dovecot-exporter: 0.1.1 -> 0.1.3

+23 -14
+21 -12
pkgs/servers/monitoring/prometheus/dovecot-exporter-deps.nix
··· 23 fetch = { 24 type = "git"; 25 url = "https://github.com/beorn7/perks"; 26 - rev = "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"; 27 - sha256 = "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y"; 28 }; 29 } 30 { ··· 32 fetch = { 33 type = "git"; 34 url = "https://github.com/golang/protobuf"; 35 - rev = "bbd03ef6da3a115852eaf24c8a1c46aeb39aa175"; 36 - sha256 = "1pyli3dcagi7jzpiazph4fhkz7a3z4bhd25nwbb7g0iy69b8z1g4"; 37 }; 38 } 39 { ··· 50 fetch = { 51 type = "git"; 52 url = "https://github.com/prometheus/client_golang"; 53 - rev = "c3324c1198cf3374996e9d3098edd46a6b55afc9"; 54 - sha256 = "19qcz5bpzj5kqyhmbq5kxr8nrqqlszazzq6w0wldis1yk1wwww00"; 55 }; 56 } 57 { ··· 59 fetch = { 60 type = "git"; 61 url = "https://github.com/prometheus/client_model"; 62 - rev = "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c"; 63 - sha256 = "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998"; 64 }; 65 } 66 { ··· 68 fetch = { 69 type = "git"; 70 url = "https://github.com/prometheus/common"; 71 - rev = "e4aa40a9169a88835b849a6efb71e05dc04b88f0"; 72 - sha256 = "0m1n616d694jca0qjwjn5ci7scfgm2jpi94dhi356arm9lhda4jc"; 73 }; 74 } 75 { ··· 77 fetch = { 78 type = "git"; 79 url = "https://github.com/prometheus/procfs"; 80 - rev = "54d17b57dd7d4a3aa092476596b3f8a933bde349"; 81 - sha256 = "1b5218hi6k9i637k6xc7ynpll577zbnrhjm9jr2iczy3j0rr4rvr"; 82 }; 83 } 84 {
··· 23 fetch = { 24 type = "git"; 25 url = "https://github.com/beorn7/perks"; 26 + rev = "3a771d992973f24aa725d07868b467d1ddfceafb"; 27 + sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3"; 28 + }; 29 + } 30 + { 31 + goPackagePath = "github.com/gogo/protobuf"; 32 + fetch = { 33 + type = "git"; 34 + url = "https://github.com/gogo/protobuf"; 35 + rev = "4aa4cc277ae58d2fab6cfe51dd17df5dceaf457d"; 36 + sha256 = "009z6rpivyakgsxs0zkm94c9i7l65hcw2ljvah94wq3y6v6j47gs"; 37 }; 38 } 39 { ··· 41 fetch = { 42 type = "git"; 43 url = "https://github.com/golang/protobuf"; 44 + rev = "0f2620f554cf5c8e281a2eb655a035f5a0f6dc90"; 45 + sha256 = "0lxngq1a8cnsy6dlr6gi8pjv3fir2wiw76qh075pa9g02h7ywhv3"; 46 }; 47 } 48 { ··· 59 fetch = { 60 type = "git"; 61 url = "https://github.com/prometheus/client_golang"; 62 + rev = "b5bfa0eb2c8d46bd91dc58271e973c5f0bbebcfa"; 63 + sha256 = "1msxzkdgi0ing4ddmp0s4qrf267n6ylafw9mbz5yrr7spb1dgxgk"; 64 }; 65 } 66 { ··· 68 fetch = { 69 type = "git"; 70 url = "https://github.com/prometheus/client_model"; 71 + rev = "5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f"; 72 + sha256 = "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0"; 73 }; 74 } 75 { ··· 77 fetch = { 78 type = "git"; 79 url = "https://github.com/prometheus/common"; 80 + rev = "c7de2306084e37d54b8be01f3541a8464345e9a5"; 81 + sha256 = "11dqfm2d0m4sjjgyrnayman96g59x2apmvvqby9qmww2qj2k83ig"; 82 }; 83 } 84 { ··· 86 fetch = { 87 type = "git"; 88 url = "https://github.com/prometheus/procfs"; 89 + rev = "05ee40e3a273f7245e8777337fc7b46e533a9a92"; 90 + sha256 = "0f6fnczxa42b9rys2h3l0m8fy3x5hrhaq707vq0lbx5fcylw8lis"; 91 }; 92 } 93 {
+2 -2
pkgs/servers/monitoring/prometheus/dovecot-exporter.nix
··· 2 3 buildGoPackage rec { 4 name = "dovecot_exporter-${version}"; 5 - version = "0.1.1"; 6 7 goPackagePath = "github.com/kumina/dovecot_exporter"; 8 ··· 10 owner = "kumina"; 11 repo = "dovecot_exporter"; 12 rev = version; 13 - sha256 = "0i7nfgkb5jqdbgr16i29jdsvh69dx9qgn6nazpw78k0lgy7mpidn"; 14 }; 15 16 goDeps = ./dovecot-exporter-deps.nix;
··· 2 3 buildGoPackage rec { 4 name = "dovecot_exporter-${version}"; 5 + version = "0.1.3"; 6 7 goPackagePath = "github.com/kumina/dovecot_exporter"; 8 ··· 10 owner = "kumina"; 11 repo = "dovecot_exporter"; 12 rev = version; 13 + sha256 = "1lnxnnm45fhcyv40arcvpiiibwdnxdwhkf8sbjpifx1wspvphcj9"; 14 }; 15 16 goDeps = ./dovecot-exporter-deps.nix;