1
Fork 0

switch to my updated fork

This commit is contained in:
Jan-Erik Rediger 2024-05-15 13:19:42 +02:00
parent 6b765abc4b
commit 11b375657d
2 changed files with 4 additions and 4 deletions

View file

@ -22,9 +22,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "hare";
version = "0.24";
src = builtins.fetchGit {
url = "https://github.com/hshq/harelang";
url = "https://github.com/badboy/harelang";
ref = "master";
rev = "30d097a7c7f3ccf9e4fc783d1cdae1fd506673c7";
rev = "f01ba5ce72cf1ff43acdc932492a656b76c5cb1d";
};
doCheck = true;

View file

@ -10,9 +10,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "harec";
version = "0.24";
src = builtins.fetchGit {
url = "https://github.com/hshq/harelang-harec";
url = "https://github.com/badboy/harelang-harec";
ref = "master";
rev = "51446fdef8b39df1fbf4fa2644d3f51f020f974a";
rev = "873311b721dca691706909964cc108139ebee0de";
};
buildInputs = [ qbe ];
nativeBuildInputs = [ qbe ];