octoprint.python.pkgs.psucontrol: 0.1.8 -> 0.1.9

This commit is contained in:
Gabriel Ebner 2020-03-14 12:00:58 +01:00 committed by Frederik Rietdijk
parent 7066dc85ba
commit 68cb570a92

View File

@ -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 = ''