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

Commits on Jul 5, 2020

  1. pentobi: 18.0 -> 18.1

    r-ryantm committed Jul 5, 2020
    Copy the full SHA
    bfc1c15 View commit details
  2. Merge pull request #92381 from r-ryantm/auto-update/pentobi

    pentobi: 18.0 -> 18.1
    bhipple authored Jul 5, 2020
    Copy the full SHA
    1809db0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/pentobi/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/pentobi/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@

with stdenv.lib;
stdenv.mkDerivation rec {
version = "18.0";
version = "18.1";
pname = "pentobi";

src = fetchurl {
url = "mirror://sourceforge/pentobi/${pname}-${version}.tar.xz";
sha256 = "0dlvshywxijl0hrkl66szamcr77arh118f44ngr1ail8mg1fx1fy";
sha256 = "1vfw61lk9z7dngncmx3fggy5ld7ksdk48dpwnsq2vl5fh3f71qbq";
};

nativeBuildInputs = [ cmake docbook_xsl wrapQtAppsHook ];