Merge pull request #263034 from elesiuta/picosnitch-update

picosnitch: 0.14.0 -> 1.0.1

authored by Felix Bühler and committed by GitHub 4098c3ef 2a4751dc

+2 -2
+2 -2
pkgs/tools/networking/picosnitch/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "picosnitch"; 9 - version = "0.14.0"; 9 + version = "1.0.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "b58255a78a0bf652224ee22ca83137d75ea77b7eb1ad2d11159b56b6788f6201"; 13 + sha256 = "5d427eb46de448e4109f68ed435dd38426df8200aea5bb668639aabe1f0b4580"; 14 14 }; 15 15 16 16 propagatedBuildInputs = with python3.pkgs; [