1
0

Fix changed behaviour of fetchGit

This commit is contained in:
2021-12-12 13:35:13 +01:00
parent a76916d06d
commit 13f9a3b6a3
8 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/bubblesort_js.git";
ref = "main";
rev = "39d54701a11f4fb48d7e023e384a848e6bde5640";
};
};

View File

@@ -15,6 +15,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/clerie.de.git";
ref = "main";
rev = "7fbb8042100fde4a8524eec656519eb8b48ae68a";
};
};

View File

@@ -15,6 +15,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/milchinsel.de.git";
ref = "master";
rev = "8ca6727902fb5a2581b56c4b3ab8d01585f3acb0";
};
};

View File

@@ -15,6 +15,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/reichartstrasse.de.git";
ref = "master";
rev = "377e27d8a8d4b701fa7da072d3f3e68925c5f274";
};
};