about summary refs log tree commit diff
path: root/pkgs/tools/text/shfmt
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-03-09 05:32:47 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-03-09 06:26:20 +1000
commit176f44dfe16a860fbf288843caa97d0a37a0848d (patch)
tree40fff0e6d5d0ae4448e55596dafab1a390d3d834 /pkgs/tools/text/shfmt
parentc0a737e8beb420b44d3fdc4581ce3a716475bb01 (diff)
downloadnixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar.gz
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar.bz2
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar.lz
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar.xz
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.tar.zst
nixlib-176f44dfe16a860fbf288843caa97d0a37a0848d.zip
shfmt: 3.2.2 -> 3.2.4
https://github.com/mvdan/sh/releases/tag/v3.2.4
Diffstat (limited to 'pkgs/tools/text/shfmt')
-rw-r--r--pkgs/tools/text/shfmt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index cb5bb8a28e81..85600ff54cf8 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "shfmt";
-  version = "3.2.2";
+  version = "3.2.4";
 
   src = fetchFromGitHub {
     owner = "mvdan";
     repo = "sh";
     rev = "v${version}";
-    sha256 = "sha256-ZeyHidw8iHboo/LHTR9E3Sqj8euaRvDaYbPQMdecsrk=";
+    sha256 = "sha256-BkvsCIcm3qnfECNhY3DIPnBRih6D7rOHOQu9oc0YDZA=";
   };
 
   vendorSha256 = "1ma7nvyn6ylbi8bd7x900i94pzs877kfy9xh0nf1bbify1vcpd29";