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

Commits on Aug 19, 2019

  1. easyrpg-player: 0.6.0 -> 0.6.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/easyrpg-player/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    85b2cd0 View commit details
  2. Merge pull request #66878 from r-ryantm/auto-update/easyrpg-player

    easyrpg-player: 0.6.0 -> 0.6.1
    mmahut authored Aug 19, 2019
    Copy the full SHA
    0b78d7a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/easyrpg-player/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/easyrpg-player/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "easyrpg-player-${version}";
version = "0.6.0";
version = "0.6.1";

src = fetchFromGitHub {
owner = "EasyRPG";
repo = "Player";
rev = version;
sha256 = "0b0c4wwqldjf37sf7zldnbgvfmyqcvpjvhs949gb3r8i5cffzm58";
sha256 = "0w4a4jg3py0phsp99nl7abyd31salnc57w4l05a228imvyy0maia";
};

nativeBuildInputs = [ cmake doxygen pkgconfig ];