Loading pkgs/development/python-modules/frigidaire/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bm1549"; repo = pname; rev = version; rev = "regs/tags/${version}"; hash = "sha256-U2ixBtigY15RzMNIeUK71uNOndUepK2kE/CTFwl855w="; }; Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for the Frigidaire devices"; homepage = "https://github.com/bm1549/frigidaire"; changelog = "https://github.com/bm1549/frigidaire/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/frigidaire/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bm1549"; repo = pname; rev = version; rev = "regs/tags/${version}"; hash = "sha256-U2ixBtigY15RzMNIeUK71uNOndUepK2kE/CTFwl855w="; }; Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for the Frigidaire devices"; homepage = "https://github.com/bm1549/frigidaire"; changelog = "https://github.com/bm1549/frigidaire/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading