mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
pythonPackages.mozlog: fix the hash
This commit is contained in:
parent
25cfc9812a
commit
2b6e13157f
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "af3a3252bc58f8642a641601ba59096c22e4aa49cdc1ed4b0df2314f4f027f0d";
|
sha256 = "00x28z6diw06gakb5isbfha5z2n63yyncv4za303nsgzxvlihmx0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ blessings mozterm six ];
|
propagatedBuildInputs = [ blessings mozterm six ];
|
||||||
|
Loading…
Reference in New Issue
Block a user