Merge pull request #11375 from utdemir/master
Use sha256 instead of md5 on py3status
This commit is contained in:
commit
92aff2a297
@ -5858,7 +5858,7 @@ in modules // {
|
||||
name = "py3status-2.7";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/py3status/${name}.tar.gz";
|
||||
md5 = "6d65cec6bc69671afa9176963526af88";
|
||||
sha256 = "09r70zbq5xxhzbgd54dcx8p9z0631a454j2ird1lawkms22fc7wv";
|
||||
};
|
||||
propagatedBuildInputs = with self; [ requests2 ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user