From 1d4badda5b8887897816e0895c341c2ae290d566 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 20 Nov 2023 12:40:24 +0100 Subject: [PATCH] Fix warning in slurm exporter using vendorHash Reviewed-by: Aleix Roca Nonell --- pkgs/slurm-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/slurm-exporter.nix b/pkgs/slurm-exporter.nix index 49070cd..9cfc972 100644 --- a/pkgs/slurm-exporter.nix +++ b/pkgs/slurm-exporter.nix @@ -11,7 +11,7 @@ buildGoModule rec { sha256 = "sha256-KS9LoDuLQFq3KoKpHd8vg1jw20YCNRJNJrnBnu5vxvs="; }; - vendorSha256 = "sha256-A1dd9T9SIEHDCiVT2UwV6T02BSLh9ej6LC/2l54hgwI="; + vendorHash = "sha256-A1dd9T9SIEHDCiVT2UwV6T02BSLh9ej6LC/2l54hgwI="; doCheck = false; meta = with lib; {