iozone: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -24,12 +24,12 @@ stdenv.mkDerivation rec {
|
||||
version = "3.507";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.iozone.org/src/current/iozone${lib.replaceStrings [ "." ] [ "_" ] version}.tar";
|
||||
url = "https://www.iozone.org/src/current/iozone${lib.replaceStrings [ "." ] [ "_" ] version}.tar";
|
||||
hash = "sha256-HoCHraBW9dgBjuC8dmhtQW/CJR7QMDgFXb0K940eXOM=";
|
||||
};
|
||||
|
||||
license = fetchurl {
|
||||
url = "http://www.iozone.org/docs/Iozone_License.txt";
|
||||
url = "https://www.iozone.org/docs/Iozone_License.txt";
|
||||
hash = "sha256-O/8yztxKBI/UKs6vwv9mq16Rn3cf/UHpSxdVnAPVCYw=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user