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: 3814d054b5d3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e782f6151d53
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2020

  1. Copy the full SHA
    c534410 View commit details

Commits on Sep 5, 2020

  1. Merge pull request #97096 from r-ryantm/auto-update/cockatrice

    cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5
    ryantm authored Sep 5, 2020
    Copy the full SHA
    e782f61 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/cockatrice/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/cockatrice/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

mkDerivation rec {
pname = "cockatrice";
version = "2020-03-20-Release-2.7.4";
version = "2020-08-23-Release-2.7.5";

src = fetchFromGitHub {
owner = "Cockatrice";
repo = "Cockatrice";
rev = "${version}";
sha256 = "1d229gswfcqxch19wb744d9h897qwzf2y9imwrbcwnlhpbr1j62k";
sha256 = "1yaxm7q0ja3rgx197hh8ynjc6ncc4hm0qdn9v7f0l4fbv0bdpv34";
};

buildInputs = [