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

Commits on Sep 13, 2017

  1. meson: 0.41.2 → 0.42.1

    jtojnar committed Sep 13, 2017
    Copy the full SHA
    ad8e4c2 View commit details
  2. Merge pull request #29327 from jtojnar/fix/meson-0.42.1

    meson: 0.41.2 → 0.42.1
    Mic92 authored Sep 13, 2017

    Verified

    This commit was signed with the committer’s verified signature.
    Zuoqiu-Yingyi Yingyi / 颖逸
    Copy the full SHA
    b6c68c3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/build-managers/meson/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/meson/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "0.41.2";
version = "0.42.1";
pname = "meson";
name = "${pname}-${version}";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0p69hir68ar3nzrjn0zjsnyzq181b0kq6arrcmxqpzl7g5qhf5xd";
sha256 = "1phf1xpwm8m85qiiirkqhrf5aigx7ajaw0l59d6lzadf1fmgfx5v";
};

postFixup = ''