Merge pull request #159713 from r-ryantm/auto-update/pwndbg

pwndbg: 2021.06.22 -> 2022.01.05
This commit is contained in:
Jörg Thalheim 2022-02-13 07:08:27 +00:00 committed by GitHub
commit 8c0e58f285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,14 +22,14 @@ let
in stdenv.mkDerivation rec {
pname = "pwndbg";
version = "2021.06.22";
version = "2022.01.05";
format = "other";
src = fetchFromGitHub {
owner = "pwndbg";
repo = "pwndbg";
rev = version;
sha256 = "sha256-8jaWhpn7Q3X7FBHURX6nyOAhu+C113DnC4KBSE3FBuE=";
sha256 = "sha256-24WWA3wLUxylC8LkukwTOcqbpxpAg8DfrEkI3Ikyzlk=";
};
nativeBuildInputs = [ makeWrapper ];