Merge pull request #115587 from r-ryantm/auto-update/spoofer

spoofer: 1.4.5 -> 1.4.6
This commit is contained in:
Sandro 2021-03-21 23:41:48 +01:00 committed by GitHub
commit ea3f3e0548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ in
stdenv.mkDerivation rec {
pname = "spoofer";
version = "1.4.5";
version = "1.4.6";
src = fetchurl {
url = "https://www.caida.org/projects/spoofer/downloads/${pname}-${version}.tar.gz";
sha256 = "0pnim3xyfsmv6alsvhwjs4v9lp39wwiyj63rxsqyz4wx4vkmn12z";
sha256 = "sha256-+4FNC+rMxIoVXlW7HnBXUg0P4FhNvMTAqJ9c7lXQ6vE=";
};
nativeBuildInputs = [ pkg-config ];