summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 10:42:20 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:18:37 +0000
commitbd0dbed3ff6c9e1c415ce669d1152761a9c64f97 (patch)
tree671d12c154fe6e97f643a7360cf4e416aca07026 /pkgs/development/tools/misc
parentcdd0d9944ad0ad2d3fbd1e793300a7959a22284f (diff)
downloadnixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar.gz
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar.bz2
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar.lz
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar.xz
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.tar.zst
nixpkgs-bd0dbed3ff6c9e1c415ce669d1152761a9c64f97.zip
uncrustify: 0.66.1 -> 0.67
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/uncrustify/versions.

These checks were done:

- built on NixOS
- /nix/store/k96qsfrnrv7wdps9i46pbfzwm4n0ml0x-uncrustify-0.67/bin/uncrustify passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.67 with grep in /nix/store/k96qsfrnrv7wdps9i46pbfzwm4n0ml0x-uncrustify-0.67
- directory tree listing: https://gist.github.com/71da32610fd0c4196f8b0f19061ca051
- du listing: https://gist.github.com/6af9737f25aad6d34b2ee37f3d3a056e
Diffstat (limited to 'pkgs/development/tools/misc')
-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 3cf707c6beb..d85cd1a8216 100644
--- a/pkgs/development/tools/misc/uncrustify/default.nix
+++ b/pkgs/development/tools/misc/uncrustify/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${product}-${version}";
   product = "uncrustify";
-  version = "0.66.1";
+  version = "0.67";
 
   src = fetchFromGitHub {
     owner = product;
     repo = product;
     rev = name;
-    sha256 = "1y69b0g07ksynf1fwfh5qqwmscxfbvs1yi3n3lbdd4vplb9zakyx";
+    sha256 = "0hf8c93aj1hjg6cc77x6p7nf7ddp8mn4b6a9gpcrvmx8w81afpd3";
   };
 
   nativeBuildInputs = [ cmake ];