rocket-errbot: fix hash

This commit is contained in:
Robin Gloster 2018-05-01 19:35:58 +02:00
parent ca30c5e061
commit 2cca7e686b
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -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 = {