about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2024-02-13 23:28:28 +1000
committerGitHub <noreply@github.com>2024-02-13 23:28:28 +1000
commit4ecc5733082f57f7951a57081bd3c8ef01fb5899 (patch)
tree1637e65c8a949afa740d0ade164f51d307858d81
parent3e55757c552c0a5161492773cf1c3366b538868f (diff)
parentd0f0c5b08b03d4b5f1651eeda14a5821483711e3 (diff)
Merge pull request #288139 from SuperSandro2000/shfmt
shfmt: 3.7.0 -> 3.8.0
-rw-r--r--pkgs/tools/text/shfmt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index 0b1457f43b273..8c5da3097b4b8 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "shfmt";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = fetchFromGitHub {
     owner = "mvdan";
     repo = "sh";
     rev = "v${version}";
-    sha256 = "sha256-5/WGYsmZAFFdONpViRaqjL/KXyOu618A8S/SqcgZoEU=";
+    sha256 = "sha256-2AnSmwl4ID7QxF8k1fl50S47KjKs9PwVpxchUIlhVo0=";
   };
 
-  vendorHash = "sha256-V/6wiC0oanytzMGW/lP+t+uz6cMgXRuviDEj7ErQh5k=";
+  vendorHash = "sha256-rWAnWohbQZyPlOWqWwcxPMDABxumCo4M8fBUx54q76c=";
 
   subPackages = [ "cmd/shfmt" ];