aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/marionette-harness/mozlog.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-08-05 10:04:14 +0300
committerMichael Raskin <7c6f434c@mail.ru>2018-08-05 10:20:24 +0300
commit2b6e13157f3708738006fde3d1e667b82c33afe9 (patch)
tree7677f1015c7d664aa1de726d7564a3a585b02cec /pkgs/development/python-modules/marionette-harness/mozlog.nix
parent25cfc9812ab656abb0a03ca7ff905ce5e5f8956c (diff)
pythonPackages.mozlog: fix the hash
Diffstat (limited to '')
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozlog.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozlog.nix b/pkgs/development/python-modules/marionette-harness/mozlog.nix
index ce24fd48dd4..b8d0c077d66 100644
--- a/pkgs/development/python-modules/marionette-harness/mozlog.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozlog.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- sha256 = "af3a3252bc58f8642a641601ba59096c22e4aa49cdc1ed4b0df2314f4f027f0d";
+ sha256 = "00x28z6diw06gakb5isbfha5z2n63yyncv4za303nsgzxvlihmx0";
};
propagatedBuildInputs = [ blessings mozterm six ];