Merge pull request #101283 from r-ryantm/auto-update/bandwidth

bandwidth: 1.9.3 -> 1.9.4
This commit is contained in:
Mario Rodas 2020-10-21 20:33:16 -05:00 committed by GitHub
commit 54d943797e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bandwidth";
version = "1.9.3";
version = "1.9.4";
src = fetchurl {
url = "https://zsmith.co/archives/${pname}-${version}.tar.gz";
sha256 = "0zpv2qgkbak0llw47qcakhyh2z3zv4d69kasldmpdlpqryd9za84";
sha256 = "0x798xj3vhiwq2hal0vmf92sq4h7yalp3i6ylqwhnnpv99m2zws4";
};
buildInputs = [ nasm ];