3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155988 from r-ryantm/auto-update/qbe

qbe: unstable-2021-11-22 -> unstable-2021-12-05
This commit is contained in:
Bobby Rong 2022-01-26 20:43:11 +08:00 committed by GitHub
commit 555ff75b3e
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-11-22";
version = "unstable-2021-12-05";
src = fetchgit {
url = "git://c9x.me/qbe.git";
rev = "bf153b359e9ce3ebef9bca899eb7ed5bd9045c11";
sha256 = "sha256-13Mvq4VWZxlye/kncJibCnfSECx4PeHMYLuX0xMkN3A=";
rev = "367c8215d99054892740ad74c690b106c45ebf60";
sha256 = "sha256-xhTEiFR1RXMHtxmXlRof3O8monXEjstyWP3GClZmMuU=";
};
makeFlags = [ "PREFIX=$(out)" ];