iperf2: fix sha256 hash for modified tarball
Upstream reuploaded the iperf2 tarball shortly after release: https://sourceforge.net/p/iperf2/tickets/132/?limit=25#1696
This commit is contained in:
parent
f4ddae2ba5
commit
093842a106
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/iperf2/files/${pname}-${version}.tar.gz";
|
||||
sha256 = "1h3qyd53hnk73653nbz08bai2wb0x4hz8pwhrnjq6yqckbaadv26";
|
||||
sha256 = "1yflnj2ni988nm0p158q8lnkiq2gn2chmvsglyn2gqmqhwp3jaq6";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
|
Loading…
Reference in a new issue