pwndbg: 2021.06.22 -> 2022.01.05

This commit is contained in:
R. Ryantm 2022-02-13 01:43:02 +00:00
parent 366b2f7a5a
commit 162c4a6ce3

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 ];