Merge pull request #49930 from r-ryantm/auto-update/spoofer
spoofer: 1.3.3 -> 1.4.0
This commit is contained in:
commit
92a065f23e
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "spoofer";
|
||||
version = "1.3.3";
|
||||
version = "1.4.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.caida.org/projects/spoofer/downloads/${name}.tar.gz";
|
||||
sha256 = "0zpqn3jj14grwggzl235smm93d2lm5r5cr6z6wydw1045m5rlvrp";
|
||||
sha256 = "0d745w7cy83hw7j950dah4h5qzclcibj16dik2gpsjnw1zq63cna";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue