summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-08 08:35:05 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:36:07 +0200
commita799c45192a3ba3ac7d8b13304aa63a8c85bb1f9 (patch)
treeae1b0cff765e69e4b3adcf160d633708b077a8b2 /pkgs/development/tools/build-managers
parent6ea152f18423ea14e2db3b4356674782202709a9 (diff)
downloadnixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar.gz
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar.bz2
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar.lz
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar.xz
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.tar.zst
nixpkgs-a799c45192a3ba3ac7d8b13304aa63a8c85bb1f9.zip
python: buildbot-pkg: 1.1.0 -> 1.1.1
Diffstat (limited to 'pkgs/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/buildbot/pkg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/buildbot/pkg.nix b/pkgs/development/tools/build-managers/buildbot/pkg.nix
index 7fe1c0bcd2f..ef8a0cdc38e 100644
--- a/pkgs/development/tools/build-managers/buildbot/pkg.nix
+++ b/pkgs/development/tools/build-managers/buildbot/pkg.nix
@@ -3,11 +3,11 @@
 buildPythonPackage rec {
   name = "${pname}-${version}";
   pname = "buildbot-pkg";
-  version = "1.1.0";
+  version = "1.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2276c1e7e01908490bffcebd5502456fa34223e302853e744a79467de82ab219";
+    sha256 = "7b255f5ec97946c3d32e822b8fcbff0459cfe4f94fb26ee4813ffd80440c93e8";
   };
 
   propagatedBuildInputs = [ setuptools ];