buildbot-pkg: inherit version from buildbot

wip/yesman
Ben Wolsieffer 4 years ago committed by Dmitry Kalinkin
parent b783e570ac
commit 573089724c
  1. 4
      pkgs/development/python-modules/buildbot/pkg.nix

@ -1,8 +1,8 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k }:
{ lib, buildPythonPackage, fetchPypi, isPy3k, buildbot }:
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "2.8.1";
inherit (buildbot) version;
src = fetchPypi {
inherit pname version;

Loading…
Cancel
Save