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

Commits on Jun 29, 2019

  1. openjk: 2018-09-17 -> 2019-06-24 (#63915)

    gnidorah authored and zimbatm committed Jun 29, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    etu Elis Hirwing
    Copy the full SHA
    2647984 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/games/openjk/default.nix
7 changes: 4 additions & 3 deletions pkgs/games/openjk/default.nix
Original file line number Diff line number Diff line change
@@ -20,13 +20,14 @@ let
categories = "Game;";
};
in stdenv.mkDerivation rec {
name = "OpenJK-2018-09-17";
pname = "OpenJK";
version = "2019-06-24";

src = fetchFromGitHub {
owner = "JACoders";
repo = "OpenJK";
rev = "cc4094c8fa989663eb8087b33d97bb2749295b9f";
sha256 = "1fzijlf4izpm6n92cwv951c10nb18pg5zhc5xx7pw3i4sy8h9nyk";
rev = "e8b5c135eccb05ddae67e00ff944001f373fddd4";
sha256 = "0qkbn59swhnb0anvy9gq945rkb58j6axlcfgb7sff0m4swqw2394";
};

dontAddPrefix = true;