mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
buildbot{,slave}: bump 0.8.7p1 -> 0.8.8
Build and run tested.
This commit is contained in:
parent
1d896c47c9
commit
9878bb47a4
@ -1,12 +1,12 @@
|
||||
{ stdenv, buildPythonPackage, fetchurl, coreutils, twisted }:
|
||||
|
||||
buildPythonPackage (rec {
|
||||
name = "buildbot-slave-0.8.7p1";
|
||||
name = "buildbot-slave-0.8.8";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://buildbot.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "1p7a0srab6ifljh9vi25awvxfrxljj9s0hi1jipiiykyhjihgnxv";
|
||||
sha256 = "1k1pk3y0rk6j01wc491jblryr4ajqg1ing9m3sjaw9s5sga34xcb";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
@ -9,12 +9,12 @@
|
||||
assert enableDebugClient -> pygobject != null && pyGtkGlade != null;
|
||||
|
||||
buildPythonPackage (rec {
|
||||
name = "buildbot-0.8.7p1";
|
||||
name = "buildbot-0.8.8";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://buildbot.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "0xjpk8510fhryl1g4mczz319h62il8hw9rh1rzvsfmffgf43zvld";
|
||||
sha256 = "1l1rsy82zv8582wypw00ac0k0wsr82ky74f3np4clbrxv3ry64sh";
|
||||
};
|
||||
|
||||
patchPhase =
|
||||
|
Loading…
Reference in New Issue
Block a user