1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bandwidth: fix unavailable source url

This commit is contained in:
Franz Pletz 2017-01-26 02:37:01 +01:00
parent 8f39095abb
commit f3e4307f3e
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
version = "1.3.1";
src = fetchurl {
url = "https://mutineer.org/file.php?id=284ebee21bde256fd0daeae91242c2b73d9cf1df&p=bandwidth";
name = "${name}.tar.gz";
url = "http://zsmith.co/archives/${name}.tar.gz";
sha256 = "13a0mxrkybpwiynv4cj8wsy8zl5xir5xi1a03fzam5gw815dj4am";
};