Merge pull request #159713 from r-ryantm/auto-update/pwndbg
pwndbg: 2021.06.22 -> 2022.01.05
This commit is contained in:
commit
8c0e58f285
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue