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

Commits on Mar 30, 2019

  1. openmw: 0.44 -> 0.45 (#58486)

    marius8510000-bot authored and veprbl committed Mar 30, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3a6bc6e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/openmw/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/openmw/default.nix
Original file line number Diff line number Diff line change
@@ -11,14 +11,14 @@ let
};
});
in stdenv.mkDerivation rec {
version = "0.44.0";
version = "0.45.0";
name = "openmw-${version}";

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

enableParallelBuilding = true;