summary refs log tree commit diff
path: root/pkgs/development/tools/pew/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/pew/default.nix')
-rw-r--r--pkgs/development/tools/pew/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/pew/default.nix b/pkgs/development/tools/pew/default.nix
index 82014691a1fd..73046165b1ab 100644
--- a/pkgs/development/tools/pew/default.nix
+++ b/pkgs/development/tools/pew/default.nix
@@ -6,7 +6,7 @@ with python3Packages; buildPythonApplication rec {
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "b8312728526c9010295c88215c95a1b1731fdbd1a568f728e069932bd0545611";
+      sha256 = "04anak82p4v9w0lgfs55s7diywxil6amq8c8bhli143ca8l2fcdq";
     };
 
     propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ];
@@ -29,4 +29,4 @@ with python3Packages; buildPythonApplication rec {
       platforms = platforms.all;
       maintainers = with maintainers; [ berdario ];
     };
-  }
\ No newline at end of file
+  }