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

Merge pull request #185200 from r-ryantm/auto-update/cheat

cheat: 4.2.3 -> 4.2.6

authored by Jörg Thalheim and committed by GitHub 9e8c847e 11f01baf

+2 -2
+2 -2
pkgs/applications/misc/cheat/default.nix
··· 3 3 4 4 buildGoModule rec { 5 5 pname = "cheat"; 6 - version = "4.2.3"; 6 + version = "4.2.6"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "cheat"; 10 10 repo = "cheat"; 11 11 rev = version; 12 - sha256 = "sha256-F0p309rY0PeeOU1K9Had6qI6DCHgzauuuTjMfWoZYBQ="; 12 + sha256 = "sha256-Y+lZBJDCSLETMzLwDIht5+vfniFWPL4PehK+vKN65Es="; 13 13 }; 14 14 15 15 subPackages = [ "cmd/cheat" ];