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

spoofer: 1.4.7 -> 1.4.8
This commit is contained in:
Jonas Heinrich 2022-08-02 13:18:50 +02:00 committed by GitHub
commit d2ac16d35a
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.7";
version = "1.4.8";
src = fetchurl {
url = "https://www.caida.org/projects/spoofer/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-6ov1dZbxmBRIhfIzUaxiaHUeiU6SbNKhiQX1W4lmhD8=";
sha256 = "sha256-npSBC4uE22AF14vR2xPX9MEwflDCiCTifgYpxav9MXw=";
};
nativeBuildInputs = [ pkg-config ];