lol

Merge pull request #154368 from r-ryantm/auto-update/cht-sh

authored by

legendofmiracles and committed by
GitHub
b7516e82 37b0c5d3

+3 -3
+3 -3
pkgs/tools/misc/cht.sh/default.nix
··· 10 10 11 11 stdenv.mkDerivation { 12 12 pname = "cht.sh"; 13 - version = "unstable-2021-11-17"; 13 + version = "unstable-2022-01-01"; 14 14 15 15 nativeBuildInputs = [ makeWrapper ]; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "chubin"; 19 19 repo = "cheat.sh"; 20 - rev = "e0010117ca3eeb22e79346cb37f3897b7404ed12"; 21 - sha256 = "GJSJyIQ+8kz/+8/3lgPVr+V6zoo7iW739Z2frLpMTJI="; 20 + rev = "46d1a5f73c6b88da15d809154245dbf234e9479e"; 21 + sha256 = "6uEbxkkNV5EGhiCSoWJgfRUUqUS3OFTVOZFlVyMp/x8="; 22 22 }; 23 23 24 24 # Fix ".cht.sh-wrapped" in the help message