mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
octoprint.python.pkgs.psucontrol: 0.1.8 -> 0.1.9
This commit is contained in:
parent
7066dc85ba
commit
68cb570a92
@ -1,6 +1,6 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
self: super: let
|
self: super: let
|
||||||
buildPlugin = args: self.buildPythonPackage (args // {
|
buildPlugin = args: self.buildPythonPackage (args // {
|
||||||
@ -146,13 +146,13 @@ in {
|
|||||||
|
|
||||||
psucontrol = buildPlugin rec {
|
psucontrol = buildPlugin rec {
|
||||||
pname = "PSUControl";
|
pname = "PSUControl";
|
||||||
version = "0.1.8";
|
version = "0.1.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kantlivelong";
|
owner = "kantlivelong";
|
||||||
repo = "OctoPrint-${pname}";
|
repo = "OctoPrint-${pname}";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0aj38d7b7d5pzmzq841pip18cpg18wy2vrxq2nd13875597y54b8";
|
sha256 = "1cn009bdgn6c9ba9an5wfj8z02wi0xcsmbhkqggiqlnqy1fq45ca";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user