about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/go-md2man
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-22 01:11:11 +0800
committerGitHub <noreply@github.com>2023-09-21 19:11:11 +0200
commitd38485921a4f8187dd5ec145337db1ac4e3d7d06 (patch)
tree4a05dcfd7a3d5674b53ab759ac6bb71d0290b3fd /pkgs/development/tools/misc/go-md2man
parenta36cc31cd66caa348988b35af62d2fd73ceba54b (diff)
treewide: vendorSha256 -> vendorHash (#256514)
Diffstat (limited to 'pkgs/development/tools/misc/go-md2man')
-rw-r--r--pkgs/development/tools/misc/go-md2man/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/go-md2man/default.nix b/pkgs/development/tools/misc/go-md2man/default.nix
index a1481fe2d3850..e86577ba859b8 100644
--- a/pkgs/development/tools/misc/go-md2man/default.nix
+++ b/pkgs/development/tools/misc/go-md2man/default.nix
@@ -4,7 +4,7 @@ buildGoModule rec {
   pname = "go-md2man";
   version = "2.0.2";
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   src = fetchFromGitHub {
     rev = "v${version}";