Merge pull request #153002 from r-burns/bandwidth

bandwidth: 1.10.4 -> 1.11.2
This commit is contained in:
Ryan Burns 2022-01-02 15:00:54 -08:00 committed by GitHub
commit 864b47ba8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bandwidth";
version = "1.10.4";
version = "1.11.2";
src = fetchurl {
url = "https://zsmith.co/archives/${pname}-${version}.tar.gz";
sha256 = "sha256-e/eP2rA7ElFrh2Z4qTzRGR/cxY1UI6s+LQ9Og1x46/I=";
sha256 = "sha256-mjtvQAOH9rv12XszGdD5hIX197er7Uc74WfVaP32TpM=";
};
postPatch = ''