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

Commits on Oct 19, 2019

  1. arx-libertatis: 2019-02-16 -> 2019-07-22

    (cherry picked from commit 4af7f63)
    rnhmjoj authored and worldofpeace committed Oct 19, 2019
    Copy the full SHA
    851b51f View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/games/arx-libertatis/default.nix
10 changes: 5 additions & 5 deletions pkgs/games/arx-libertatis/default.nix
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ with stdenv.lib;

stdenv.mkDerivation {
pname = "arx-libertatis";
version = "2019-02-16";
version = "2019-07-22";

src = fetchFromGitHub {
owner = "arx";
repo = "ArxLibertatis";
rev = "fbce6ccbc7f58583f33f29b838c38ef527edc267";
sha256 = "0qrygp09dqhpb5q6a1zl6l03qh9bi7xcahd8hy9177z1cix3k0kz";
owner = "arx";
repo = "ArxLibertatis";
rev = "db77aa26bb8612f711b65e72b1cd8cf6481700c7";
sha256 = "0c88djyzjna17wjcvkgsfx3011m1rba5xdzdldy1hjmafpqgb4jj";
};