bandwidth: 1.3.1 -> 1.4.2

This commit is contained in:
Franz Pletz 2017-06-20 02:31:25 +02:00
parent 65b3f5e8e7
commit ffb0ddc516
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
name = "bandwidth-${version}";
version = "1.3.1";
version = "1.4.2";
src = fetchurl {
url = "http://zsmith.co/archives/${name}.tar.gz";
sha256 = "13a0mxrkybpwiynv4cj8wsy8zl5xir5xi1a03fzam5gw815dj4am";
sha256 = "1p1kp5s3fdgy667q7mc9ywnps0sbj4lpr42561yhi59m69n8c3kd";
};
buildInputs = [ nasm ];