Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #36076 from ryantm/auto-update/uncrustify-0.66-to-0.66.1

uncrustify: 0.66 -> 0.66.1

authored by

adisbladis and committed by
GitHub
da2ae855 29c11bec

+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"; 6 + version = "0.66.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = product; 10 10 repo = product; 11 11 rev = name; 12 - sha256 = "156y71yf2xxskvikbn6yjfv8xgnsrrjij08irv21z0n7nx35jgmm"; 12 + sha256 = "1y69b0g07ksynf1fwfh5qqwmscxfbvs1yi3n3lbdd4vplb9zakyx"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake ];