about summary refs log tree commit diff
path: root/pkgs/development/tools/protolint
diff options
context:
space:
mode:
authorAsh Manning <10554686+A-Manning@users.noreply.github.com>2024-01-05 04:24:15 +0800
committerAsh Manning <10554686+A-Manning@users.noreply.github.com>2024-01-05 13:33:42 +0800
commit2d16d1876bdf3155360f77dd805b2ada5069047a (patch)
tree854d38696664063c8d528b515a5d6ebbd384d4a7 /pkgs/development/tools/protolint
parent7a7cfff8915e06365bc2365ff33d4d413184fa9f (diff)
protolint: 0.37.1 -> 0.47.4
Diffstat (limited to 'pkgs/development/tools/protolint')
-rw-r--r--pkgs/development/tools/protolint/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/protolint/default.nix b/pkgs/development/tools/protolint/default.nix
index 69fcacb4bc15c..e4121a02f5808 100644
--- a/pkgs/development/tools/protolint/default.nix
+++ b/pkgs/development/tools/protolint/default.nix
@@ -1,16 +1,16 @@
 { lib, buildGoModule, fetchFromGitHub }:
 buildGoModule rec {
   pname = "protolint";
-  version = "0.37.1";
+  version = "0.47.4";
 
   src = fetchFromGitHub {
     owner = "yoheimuta";
     repo = pname;
-    rev = "6aa30515838cc0adf7c76a9461f52bdc713f2e9f";
-    sha256 = "sha256-oKGA5FZpT3E5G7oREGAojdu4Xn8JPd7IYwfueK9QA34=";
+    rev = "v${version}";
+    hash = "sha256-OfAkqShUAC84buWhQffvIF5i6maPSWKa9nr5hhUwV6Y=";
   };
 
-  vendorHash = "sha256-iLQwx3B5n21ZXefWiGBBL9roa9LIFByzB8KXLywhvKs=";
+  vendorHash = "sha256-62SxRvoN4ejmAczs823jftXUmeI4ozfb6plHYT1JwZ0=";
 
   # Something about the way we run tests causes issues. It doesn't happen
   # when using "go test" directly: