summary refs log tree commit diff
path: root/pkgs/tools/system/ioping/default.nix
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-16 01:26:13 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-16 01:36:18 +0200
commit106785b0928ce74f8e4eccf154abc4ef2e056962 (patch)
tree654ad423390caa24d9b560bf86d452ad02ff11eb /pkgs/tools/system/ioping/default.nix
parentcda4252d4b59eb059f475e8bdf1b0669c54bf516 (diff)
downloadnixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar.gz
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar.bz2
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar.lz
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar.xz
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.tar.zst
nixlib-106785b0928ce74f8e4eccf154abc4ef2e056962.zip
ioping: update from 0.4 to 0.7
Diffstat (limited to 'pkgs/tools/system/ioping/default.nix')
-rw-r--r--pkgs/tools/system/ioping/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ioping/default.nix b/pkgs/tools/system/ioping/default.nix
index d721feb9d74d..52d32b4e838e 100644
--- a/pkgs/tools/system/ioping/default.nix
+++ b/pkgs/tools/system/ioping/default.nix
@@ -10,10 +10,10 @@ let
     (builtins.attrNames (builtins.removeAttrs x helperArgNames));
   sourceInfo = rec {
     baseName="ioping";
-    version="0.4";
+    version="0.7";
     name="${baseName}-${version}";
     url="http://ioping.googlecode.com/files/${name}.tar.gz";
-    hash="064pfjhg2a4hj6ly0wc9z85awiqry55n6wpx8kxzl9qasls0q447";
+    hash="1c0k9gsq7rr9fqh6znn3i196l84zsm44nq3pl1b7grsnnbp2hki3";
   };
 in
 rec {