mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
octoprint.tests.plugins.abl-expert: use fetchFromGitLab
This commit is contained in:
parent
f7050cc88c
commit
b598fea8d2
@ -40,8 +40,10 @@ in
|
||||
pname = "ABL_Expert";
|
||||
version = "0.6";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://framagit.org/razer/Octoprint_ABL_Expert/";
|
||||
src = fetchFromGitLab {
|
||||
domain = "framagit.org";
|
||||
owner = "razer";
|
||||
repo = "Octoprint_ABL_Expert";
|
||||
rev = version;
|
||||
sha256 = "0ij3rvdwya1sbymwm5swlh2j4jagb6fal945g88zrzh5xf26hzjh";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user