summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-19 09:09:35 +0100
committerGitHub <noreply@github.com>2023-11-19 09:09:35 +0100
commitac514670cc05d8c5a16206393fa0f1d9fc9982ba (patch)
tree7f5442f9c29ebe55f7dbc7a242b92a17bbb258f5 /pkgs/development
parentd1bf6f6cf1861a3a9e7c8954e7db18225125d457 (diff)
parent74081b74a3dcd88802ef2ed29b70e6ca7e71e8df (diff)
downloadnixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar.gz
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar.bz2
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar.lz
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar.xz
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.tar.zst
nixpkgs-ac514670cc05d8c5a16206393fa0f1d9fc9982ba.zip
Merge pull request #268167 from fabaff/pwntools-bump
python311Packages.pwntools: 4.11.0 -> 4.11.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pwntools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pwntools/default.nix b/pkgs/development/python-modules/pwntools/default.nix
index 5281701f99e..32c8b966ad5 100644
--- a/pkgs/development/python-modules/pwntools/default.nix
+++ b/pkgs/development/python-modules/pwntools/default.nix
@@ -29,11 +29,11 @@ let
 in
 buildPythonPackage rec {
   pname = "pwntools";
-  version = "4.11.0";
+  version = "4.11.1";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-qF8ed380P5HiIdF14VI9AG7vHIEGwQ/S4zgoC6snP6Y=";
+    hash = "sha256-7hnjX721t0YzKcJ75R+tEfUI6E9bxMYXUEtI56GDZP0=";
   };
 
   postPatch = ''