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: da1f7da30ddb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be580db895a1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2021

  1. ffuf: 1.1.0 -> 1.2.1

    r-ryantm committed Jan 29, 2021
    Copy the full SHA
    90a7408 View commit details
  2. Merge pull request #111088 from r-ryantm/auto-update/ffuf

    ffuf: 1.1.0 -> 1.2.1
    Mic92 authored Jan 29, 2021
    Copy the full SHA
    be580db View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/ffuf/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/ffuf/default.nix
Original file line number Diff line number Diff line change
@@ -5,16 +5,16 @@

buildGoModule rec {
pname = "ffuf";
version = "1.1.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1jb2x0ybcb9zkqm7flpmr0hd3171xvnn6kxmfcgds4x8l9fbmxnr";
sha256 = "sha256-XSdFLfSYDdKI7BYo9emYanvZeSFGxiNLYxuw5QKAyRc=";
};

vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
vendorSha256 = "sha256-szT08rIozAuliOmge5RFX4NeVrJ2pCVyfotrHuvc0UU=";

# tests don't pass due to an issue with the memory addresses
# https://github.com/ffuf/ffuf/issues/367