mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ktap: Update to 0.5-e7a38ef0
This adds a new, useful net library as well. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
6a88b95ac7
commit
73bcce319b
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ktap-${version}";
|
||||
version = "0.5-7ee59b19";
|
||||
version = "0.5-e7a38ef0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/ktap/ktap.git";
|
||||
rev = "7ee59b19d536fd3d3164ff0a0623faff827e5d97";
|
||||
sha256 = "0a46836469d0afb088e72fd6310406a86c487d17bac40e390cec8bc869e7379c";
|
||||
rev = "e7a38ef06bec9a651c9e8bdb3ad66a104210d475";
|
||||
sha256 = "07acf20e1926d3afd89b13855154b8cc792c57261e7d3cae2da70cb08844f9c8";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue