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

Commits on Sep 1, 2017

  1. openmw: 0.41 -> 0.42

    rardiol committed Sep 1, 2017
    Copy the full SHA
    a2794ee View commit details
  2. Merge pull request #28807 from rardiol/openmw

    openmw: 0.41 -> 0.42
    Mic92 authored Sep 1, 2017
    Copy the full SHA
    84f52d2 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/games/openmw/default.nix
8 changes: 4 additions & 4 deletions pkgs/games/openmw/default.nix
Original file line number Diff line number Diff line change
@@ -6,19 +6,19 @@ let
src = fetchFromGitHub {
owner = "OpenMW";
repo = "osg";
rev = "c0adcc0b43f37931ccb70e3e2b4227c4a86cfaaf";
sha256 = "12nrpayms0jl2knkv4kax93si1510hjyl1g3i1b73ydnzhvr3x02";
rev = "35f1a459a4ab6da9d70427e6539bdf4faae4cc91";
sha256 = "1s3a9dpbcc6v8d05pqin4xfv36i2031xpdja1vl8x11cw05fln91";
};
});
in stdenv.mkDerivation rec {
version = "0.41.0";
version = "0.42.0";
name = "openmw-${version}";

src = fetchFromGitHub {
owner = "OpenMW";
repo = "openmw";
rev = name;
sha256 = "1qay278965i7ja2rjllhcqfq7zpbapd7w57xly02apniadyfg0yz";
sha256 = "0lj8v81hk807dy0wcdhfp0iyn4l5yag53hx1a6xm44gh2dpyil43";
};

enableParallelBuilding = true;