Merge pull request #143132 from sikmir/qbe

This commit is contained in:
Sandro 2021-10-27 14:53:12 +02:00 committed by GitHub
commit 8e434a878f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "qbe";
version = "unstable-2021-06-17";
version = "unstable-2021-10-26";
src = fetchgit {
url = "git://c9x.me/qbe.git";
rev = "6d9ee1389572ae985f6a39bb99dbd10cdf42c123";
sha256 = "NaURS5Eu8NBd92wGQcyFEXCALU9Z93nNQeZ8afq4KMw=";
rev = "900805a8fe5cfa799966c4ef221524e967c44ca5";
sha256 = "sha256-ahUpG2JH3Ee6FUGfTYZZ2TLk5tF6ovvMxbsjZjVug2o=";
};
makeFlags = [ "PREFIX=$(out)" ];