qbe: unstable-2022-03-17 -> unstable-2022-04-11
This commit is contained in:
parent
94eb0d16a3
commit
6b123967ff
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qbe";
|
pname = "qbe";
|
||||||
version = "unstable-2022-03-17";
|
version = "unstable-2022-04-11";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://c9x.me/qbe.git";
|
url = "git://c9x.me/qbe.git";
|
||||||
rev = "c6b41eb8c8cece8266b2173a83216e1ce77eb2be";
|
rev = "2caa26e388b1c904d2f12fb09f84df7e761d8331";
|
||||||
sha256 = "sha256-vpNZNED+C9VMzWyyyntQuBgTvbpZpJ/EwOztdOEP7vI=";
|
sha256 = "sha256-TNKHKX/PbrNIQJ+Q50KemfcigEBKe7gmJzTjB6ofYL8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
Loading…
Reference in a new issue