Unverified Commit afd24f41 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

cheat: 4.3.3 -> 4.4.0
parents 5a81fe36 bc7e9b1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

buildGoModule rec {
  pname = "cheat";
  version = "4.3.3";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "cheat";
    repo = "cheat";
    rev = version;
    sha256 = "sha256-cOryo70eJj2PIJ6R09Kx6lfoguYcduIiWiOBpYp8eqY=";
    sha256 = "sha256-lEMwPGXvgI8wtXska9ngAy9R2tr41Jq5yO6xQk9V5n4=";
  };

  subPackages = [ "cmd/cheat" ];