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-01-30 11:13:56 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-30 11:13:56 +1000
commit049897aed5ad820533993fe12e6168fcb74d46e3 (patch)
tree10802396a7c82f521a68c18c34942c50a5cda899 /pkgs/tools/text/shfmt
parenta61c57ae5c9394f9e63913943da547279c23cb2e (diff)
downloadnixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar.gz
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar.bz2
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar.lz
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar.xz
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.tar.zst
nixpkgs-049897aed5ad820533993fe12e6168fcb74d46e3.zip
shfmt: 3.2.1 -> 3.2.2
https://github.com/mvdan/sh/releases/tag/v3.2.2
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 70599963905..cb5bb8a28e8 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.1";
+  version = "3.2.2";
 
   src = fetchFromGitHub {
     owner = "mvdan";
     repo = "sh";
     rev = "v${version}";
-    sha256 = "1kp4ib0a64cc9qylny48ff5q9ciklzx93yhv7fgqhl1v2c7fm1jp";
+    sha256 = "sha256-ZeyHidw8iHboo/LHTR9E3Sqj8euaRvDaYbPQMdecsrk=";
   };
 
   vendorSha256 = "1ma7nvyn6ylbi8bd7x900i94pzs877kfy9xh0nf1bbify1vcpd29";