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

Commits on Jul 29, 2019

  1. Copy the full SHA
    3345872 View commit details

Commits on Aug 12, 2019

  1. Merge pull request #65557 from fgaz/qbe/2019-07-11

    qbe: unstable-2019-05-15 -> unstable-2019-07-11
    mmahut authored Aug 12, 2019
    Copy the full SHA
    4652a0a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/qbe/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/qbe/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation {
pname = "qbe";
version = "unstable-2019-05-15";
version = "unstable-2019-07-11";

src = fetchgit {
url = "git://c9x.me/qbe.git";
rev = "acc3af47330fd6610cf0fbdb28e9fbd05160888f";
sha256 = "1c8ynqbakgz3hfdcyhwdmz7i1hnyd9m25f9y47sc21bvxwfrbzpi";
rev = "7bf08ff50729037c8820b26d085905175b5593c8";
sha256 = "0w1yack5ky6x6lbw8vn6swsy8s90n6ny0jpkw0866ja677z7qz34";
};

makeFlags = [ "PREFIX=$(out)" ];