lol

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

authored by

R. RyanTM and committed by
Orivej Desh
bd0dbed3 cdd0d994

+2 -2
+2 -2
pkgs/development/tools/misc/uncrustify/default.nix
··· 3 3 stdenv.mkDerivation rec { 4 4 name = "${product}-${version}"; 5 5 product = "uncrustify"; 6 - version = "0.66.1"; 6 + version = "0.67"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = product; 10 10 repo = product; 11 11 rev = name; 12 - sha256 = "1y69b0g07ksynf1fwfh5qqwmscxfbvs1yi3n3lbdd4vplb9zakyx"; 12 + sha256 = "0hf8c93aj1hjg6cc77x6p7nf7ddp8mn4b6a9gpcrvmx8w81afpd3"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake ];