fix: corrected dosage link
This commit is contained in:
parent
948d0c60c0
commit
2978d1c2cc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://src.mfgames.com/dmoonfire/dosage.git";
|
url = "https://src.mfgames.com/dmoonfire/dosage.git";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
rev = "6020a48a9be3b13aa7355428412058ea3344e332";
|
rev = "6c00cdc111bc1cc59110c5c363c258721036c87a";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [
|
nativeCheckInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue