lol

python3Packages.poolsense: migrate to hash option in fetcher

+1 -1
+1 -1
pkgs/development/python-modules/poolsense/default.nix
··· 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-WCyuhk77QNJAiuzccrb2u0mfc81LYrYSSq9atgO0LdE="; 13 + hash = "sha256-WCyuhk77QNJAiuzccrb2u0mfc81LYrYSSq9atgO0LdE="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ aiohttp ];