prometheus-gitlab-ci-pipelines-exporter: 0.5.3 -> 0.5.4

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/gitlab-ci-pipelines-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-ci-pipelines-exporter"; 5 - version = "0.5.3"; 5 + version = "0.5.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mvisonneau"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "1i0ry93w2pk8m7i4fbdn1xvsmvjn83d6lr6l7yywid9d0kmkjz13"; 11 + sha256 = "sha256-sVXLcz//1RLYOmKtH6u4tCPS8oqV0vOkmQLpWNBiUQY="; 12 12 }; 13 13 14 14 subPackages = [ "cmd/${pname}" ]; ··· 17 17 "-X main.version=v${version}" 18 18 ]; 19 19 20 - vendorSha256 = "UszZaxql5sO4DSDVD/UIjeeDojCQEPF+ATL7O9MaTG8="; 20 + vendorSha256 = "sha256-uyjj0Yh/bIvWvh76TEasgjJg9Dgj/GHgn3BOsO2peT0="; 21 21 doCheck = true; 22 22 23 23 meta = with lib; {