qbe: unstable-2022-03-17 -> unstable-2022-04-11

This commit is contained in:
Francesco Gazzetta 2022-04-15 10:00:11 +02:00
parent 94eb0d16a3
commit 6b123967ff

View file

@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "qbe";
version = "unstable-2022-03-17";
version = "unstable-2022-04-11";
src = fetchgit {
url = "git://c9x.me/qbe.git";
rev = "c6b41eb8c8cece8266b2173a83216e1ce77eb2be";
sha256 = "sha256-vpNZNED+C9VMzWyyyntQuBgTvbpZpJ/EwOztdOEP7vI=";
rev = "2caa26e388b1c904d2f12fb09f84df7e761d8331";
sha256 = "sha256-TNKHKX/PbrNIQJ+Q50KemfcigEBKe7gmJzTjB6ofYL8=";
};
makeFlags = [ "PREFIX=$(out)" ];