Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 893f97f25a40
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d521ae0285f0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 11, 2020

  1. cheat: 4.1.0 -> 4.1.1

    r-ryantm committed Nov 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    74d1ab8 View commit details
  2. Merge pull request #103370 from r-ryantm/auto-update/cheat

    cheat: 4.1.0 -> 4.1.1
    marsam authored Nov 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d521ae0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/cheat/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cheat/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

buildGoModule rec {
pname = "cheat";
version = "4.1.0";
version = "4.1.1";

src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "0x6msbbqkwxs6msqacpqw4wlw7c9ilf8n6jqmx297ij6isswgksh";
sha256 = "0mraraby0s213ay2ahqsdvnyg76awbqllrkkx17mrx9z3ykba62d";
};

subPackages = [ "cmd/cheat" ];