about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kconf
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2023-09-12 22:44:46 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-09-13 01:03:44 -0600
commitff323ed355ff62795c79c3fed04c4ee06c641898 (patch)
tree414b1be06b14495bf24cf8dba456983d9ed66213 /pkgs/applications/networking/cluster/kconf
parentacc0ac92ee3a350d16d41450cf63f3e6106e1938 (diff)
downloadnixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar.gz
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar.bz2
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar.lz
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar.xz
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.tar.zst
nixlib-ff323ed355ff62795c79c3fed04c4ee06c641898.zip
treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
Diffstat (limited to 'pkgs/applications/networking/cluster/kconf')
-rw-r--r--pkgs/applications/networking/cluster/kconf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kconf/default.nix b/pkgs/applications/networking/cluster/kconf/default.nix
index 44dc9f4900fc..78ff236085e5 100644
--- a/pkgs/applications/networking/cluster/kconf/default.nix
+++ b/pkgs/applications/networking/cluster/kconf/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-aEZTwXccKZDXRNWr4XS2ZpqtEnNGbsIVau8zPvaHTkk=";
   };
 
-  vendorSha256 = "sha256-7mzk2OP1p8FfRsbs4B6XP/szBeckm7Q7hf8AkbZUG2Q=";
+  vendorHash = "sha256-7mzk2OP1p8FfRsbs4B6XP/szBeckm7Q7hf8AkbZUG2Q=";
 
   ldflags = [
       "-s" "-w" "-X github.com/particledecay/kconf/build.Version=${version}"