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

Commits on May 31, 2019

  1. azimuth: 1.0.2 -> 1.0.3

    dtzWill committed May 31, 2019
    Copy the full SHA
    55b7199 View commit details

Commits on Jun 1, 2019

  1. Merge pull request #62305 from dtzWill/update/azimuth-1.0.3

    azimuth: 1.0.2 -> 1.0.3
    worldofpeace authored Jun 1, 2019
    Copy the full SHA
    11707e9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/azimuth/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/azimuth/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "azimuth";
version = "1.0.2";
version = "1.0.3";

src = fetchFromGitHub {
owner = "mdsteele";
repo = "azimuth";
rev = "v${version}";
sha256 = "0yh52i3vfmj5zd7fs1r2xpjy2mknycr5xz6kyixj2qncb25xsm7z";
sha256 = "1znfvpmqiixd977jv748glk5zc4cmhw5813zp81waj07r9b0828r";
};

preConfigure = ''