nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

prometheus-artifactory-exporter: 1.13.1 -> 1.13.2

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/artifactory-exporter.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "artifactory_exporter"; 9 - version = "1.13.1"; 9 + version = "1.13.2"; 10 10 rev = "v${version}"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "peimanja"; 14 14 repo = pname; 15 15 rev = rev; 16 - hash = "sha256-TXLIuTY5COHlhyp8xL9X02DbK2ku9AKnW5a4FYdzMic="; 16 + hash = "sha256-m5ToXry1LgjWSTU9bjOtsgfVF8wKiKuTwCIC7jNGSKY="; 17 17 }; 18 18 19 - vendorHash = "sha256-Gin134G4NPK8M2E2RrgH62ieiuCw15jwm9SJg03w9ts="; 19 + vendorHash = "sha256-ikWxTHmqHFWAReKMf6LFza/bhkcfxa4euXUixKPvcpQ="; 20 20 21 21 subPackages = [ "." ]; 22 22