Skip to content

Commit

Permalink
tcpkali: 0.9 -> 1.1.1
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
ryantm authored and FRidh committed Feb 28, 2018
1 parent 8e4fe4a commit dac1a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/tcpkali/default.nix
@@ -1,14 +1,14 @@
{stdenv, autoreconfHook, fetchFromGitHub, bison}:

let version = "0.9"; in
let version = "1.1.1"; in

stdenv.mkDerivation rec {
name = "tcpkali-${version}";
src = fetchFromGitHub {
owner = "machinezone";
repo = "tcpkali";
rev = "v${version}";
sha256 = "03cbmnc60wkd7f4bapn5cbm3c4zas2l0znsbpci2mn8ms8agif82";
sha256 = "09ky3cccaphcqc6nhfs00pps99lasmzc2pf5vk0gi8hlqbbhilxf";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ bison];
Expand Down

0 comments on commit dac1a53

Please sign in to comment.