diff options
| author | Ryan Burns <52847440+r-burns@users.noreply.github.com> | 2022-01-02 17:00:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-02 17:00:56 -0800 |
| commit | 81cea446d0c422095226f761d0135b05544f93e7 (patch) | |
| tree | 1f0cbc827066f34642520b238f0ab8a034596d9c | |
| parent | nncp: 7.7.0 -> 8.0.2 (diff) | |
| parent | bandwidth: 1.10.4 -> 1.11.2 (diff) | |
| download | nixpkgs-81cea446d0c422095226f761d0135b05544f93e7.tar.gz | |
Merge pull request #153274 from NixOS/backport-153002-to-release-21.11
[Backport release-21.11] bandwidth: 1.10.4 -> 1.11.2
| -rw-r--r-- | pkgs/tools/misc/bandwidth/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bandwidth/default.nix b/pkgs/tools/misc/bandwidth/default.nix index 5eef6a517f3a..af728e9749af 100644 --- a/pkgs/tools/misc/bandwidth/default.nix +++ b/pkgs/tools/misc/bandwidth/default.nix @@ -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 = '' |
