forked from mirrors/nixpkgs
Merge pull request #153002 from r-burns/bandwidth
bandwidth: 1.10.4 -> 1.11.2
This commit is contained in:
commit
864b47ba8d
|
@ -6,11 +6,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bandwidth";
|
pname = "bandwidth";
|
||||||
version = "1.10.4";
|
version = "1.11.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://zsmith.co/archives/${pname}-${version}.tar.gz";
|
url = "https://zsmith.co/archives/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-e/eP2rA7ElFrh2Z4qTzRGR/cxY1UI6s+LQ9Og1x46/I=";
|
sha256 = "sha256-mjtvQAOH9rv12XszGdD5hIX197er7Uc74WfVaP32TpM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue