Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3f203227e54
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af854940a621
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 24, 2020

  1. Copy the full SHA
    069700e View commit details
  2. Copy the full SHA
    af85494 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/pwndbg/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/pwndbg/default.nix
Original file line number Diff line number Diff line change
@@ -21,14 +21,14 @@ let

in stdenv.mkDerivation rec {
pname = "pwndbg";
version = "2019.12.09";
version = "2020.07.23";
format = "other";

src = fetchFromGitHub {
owner = "pwndbg";
repo = "pwndbg";
rev = version;
sha256 = "0kn28mjdq91zf7d6vqzbm74f0ligp829m9jzjxfn4zlx6wrmkd0s";
sha256 = "0w1dmjy8ii12367wza8c35a9q9x204fppf6x328q75bhb3gd845c";
};

nativeBuildInputs = [ makeWrapper ];