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

Commits on Sep 5, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    0555dc1 View commit details
  2. Merge pull request #97247 from r-ryantm/auto-update/shattered-pixel-d…

    …ungeon
    
    shattered-pixel-dungeon: 0.8.2b -> 0.8.2d
    Lassulus authored Sep 5, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    ff904ab View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/shattered-pixel-dungeon/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/shattered-pixel-dungeon/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@

let
pname = "shattered-pixel-dungeon";
version = "0.8.2b";
version = "0.8.2d";

src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
sha256 = "02ksxm7iknxfc7l8dl2pr1kyhfmi7vkchz0lh46w3p5mqf82psfb";
sha256 = "11lgalam1aacw01ar7nawiim4pbxqzrdrnxvj6wq9mg83hgsz65l";
};

postPatch = ''