bandwidth: 1.10.1 -> 1.10.4

This commit is contained in:
Ryan Burns 2021-10-18 02:00:05 -07:00
parent f42a1f9a1e
commit bd7830c228

View file

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