about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-26 10:56:10 +0300
committerGitHub <noreply@github.com>2023-05-26 10:56:10 +0300
commit8dcf1e2cafcb357570d733dde35167ae042f3e65 (patch)
tree8ee12e6a71b5c16c2eeac6ac22271fcf70256d6c /pkgs/development
parent92f37aaa8af1cc8948c469d863c20b969688184b (diff)
parenta3b9b985c988cdb13e0e73fd022f85609ac7f8e9 (diff)
Merge pull request #234093 from r-ryantm/auto-update/uncrustify
uncrustify: 0.76.0 -> 0.77.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/uncrustify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/uncrustify/default.nix b/pkgs/development/tools/misc/uncrustify/default.nix
index f1a66f547850d..6899c590e95f6 100644
--- a/pkgs/development/tools/misc/uncrustify/default.nix
+++ b/pkgs/development/tools/misc/uncrustify/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "uncrustify";
-  version = "0.76.0";
+  version = "0.77.1";
 
   src = fetchFromGitHub {
     owner = "uncrustify";
     repo = "uncrustify";
     rev = "uncrustify-${version}";
-    sha256 = "sha256-th3lp4WqqruHx2/ym3I041y2wLbYM1b+V6yXNOWuUvM=";
+    sha256 = "sha256-9U6PTeU/LVFL9XzP9XSFjDx18CR3athThEz+h2+5qZ8=";
   };
 
   nativeBuildInputs = [ cmake python3 ];