about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEric Lesiuta <elesiuta@gmail.com>2023-10-23 17:40:32 -0400
committerEric Lesiuta <elesiuta@gmail.com>2023-10-23 17:40:32 -0400
commitf136588bfb03ce325e406c49c71ae1fe1f81302a (patch)
treeb4c0912f2a50195b130807ddaed4224a3b1c6b9c /pkgs/tools
parent70e0079901d939ffe683b1296a598c29753fc08a (diff)
downloadnixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar.gz
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar.bz2
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar.lz
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar.xz
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.tar.zst
nixlib-f136588bfb03ce325e406c49c71ae1fe1f81302a.zip
picosnitch: 0.14.0 -> 1.0.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/picosnitch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/picosnitch/default.nix b/pkgs/tools/networking/picosnitch/default.nix
index e23db9cc4e3e..ddd07d28f292 100644
--- a/pkgs/tools/networking/picosnitch/default.nix
+++ b/pkgs/tools/networking/picosnitch/default.nix
@@ -6,11 +6,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "picosnitch";
-  version = "0.14.0";
+  version = "1.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b58255a78a0bf652224ee22ca83137d75ea77b7eb1ad2d11159b56b6788f6201";
+    sha256 = "5d427eb46de448e4109f68ed435dd38426df8200aea5bb668639aabe1f0b4580";
   };
 
   propagatedBuildInputs = with python3.pkgs; [