mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
octoprint.python.pkgs.abl-expert: 2019-12-21 -> 0.6
This commit is contained in:
parent
48f69d45dd
commit
b9df9c7454
@ -165,12 +165,12 @@ in {
|
|||||||
|
|
||||||
abl-expert = buildPlugin rec {
|
abl-expert = buildPlugin rec {
|
||||||
pname = "ABL_Expert";
|
pname = "ABL_Expert";
|
||||||
version = "2019-12-21";
|
version = "0.6";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://framagit.org/razer/Octoprint_ABL_Expert/";
|
url = "https://framagit.org/razer/Octoprint_ABL_Expert/";
|
||||||
rev = "f11fbe05088ad618bfd9d064ac3881faec223f33";
|
rev = version;
|
||||||
sha256 = "026r4prkyvwzxag5pv36455q7s3gaig37nmr2nbvhwq3d2lbi5s4";
|
sha256 = "0ij3rvdwya1sbymwm5swlh2j4jagb6fal945g88zrzh5xf26hzjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user