lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tcpkali: 0.9 -> 1.1.1

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/651sa1wikygbqqvimg3a609n37isc78w-tcpkali-1.1.1/bin/tcpkali --version` and found version 1.1.1
- found 1.1.1 with grep in /nix/store/651sa1wikygbqqvimg3a609n37isc78w-tcpkali-1.1.1
- found 1.1.1 in filename of file in /nix/store/651sa1wikygbqqvimg3a609n37isc78w-tcpkali-1.1.1

cc "@ethercrow"

authored by

Ryan Mulligan and committed by
Frederik Rietdijk
dac1a530 8e4fe4a4

+2 -2
+2 -2
pkgs/applications/networking/tcpkali/default.nix
··· 1 1 {stdenv, autoreconfHook, fetchFromGitHub, bison}: 2 2 3 - let version = "0.9"; in 3 + let version = "1.1.1"; in 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "tcpkali-${version}"; ··· 8 8 owner = "machinezone"; 9 9 repo = "tcpkali"; 10 10 rev = "v${version}"; 11 - sha256 = "03cbmnc60wkd7f4bapn5cbm3c4zas2l0znsbpci2mn8ms8agif82"; 11 + sha256 = "09ky3cccaphcqc6nhfs00pps99lasmzc2pf5vk0gi8hlqbbhilxf"; 12 12 }; 13 13 nativeBuildInputs = [ autoreconfHook ]; 14 14 buildInputs = [ bison];