summary refs log tree commit diff
path: root/pkgs/development/python-modules/rocket-errbot
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-05-01 19:35:58 +0200
committerRobin Gloster <mail@glob.in>2018-05-02 22:06:08 +0200
commit2cca7e686b56e366e3af61d2adf8f4c20a5eaf37 (patch)
tree77e535fc5c3c4c159c8be088e54aea709c4ba27f /pkgs/development/python-modules/rocket-errbot
parentca30c5e061ec794d42c78718e68993dd460af2bb (diff)
downloadnixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar.gz
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar.bz2
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar.lz
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar.xz
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.tar.zst
nixpkgs-2cca7e686b56e366e3af61d2adf8f4c20a5eaf37.zip
rocket-errbot: fix hash
Diffstat (limited to 'pkgs/development/python-modules/rocket-errbot')
-rw-r--r--pkgs/development/python-modules/rocket-errbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/rocket-errbot/default.nix b/pkgs/development/python-modules/rocket-errbot/default.nix
index 2d2b3af0694..fac0780982d 100644
--- a/pkgs/development/python-modules/rocket-errbot/default.nix
+++ b/pkgs/development/python-modules/rocket-errbot/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
   # remove with 1.2.6
   patches = [ (fetchpatch {
     url = "https://github.com/errbotio/rocket/pull/1.patch";
-    sha256 = "0v9zjp4ls32vkpr4b6kjflz4ny2fwj6hwshbnjmhdzc4hnmnzf7x";
+    sha256 = "1s668yv5b86b78vbqwhcl44k2l16c9bhk3199yy9hayf0vkxnwif";
   }) ];
 
   meta = {