mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
bandwidth: 1.2.0 -> 1.3.1
This commit is contained in:
parent
2459ddd4f6
commit
9e6aac9cb0
@ -11,12 +11,12 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bandwidth-${version}";
|
||||
version = "1.2.0";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://mutineer.org/file.php?id=ee10698c6a675ece26f08ddb5e6001323d6305c1&p=bandwidth";
|
||||
url = "https://mutineer.org/file.php?id=284ebee21bde256fd0daeae91242c2b73d9cf1df&p=bandwidth";
|
||||
name = "${name}.tar.gz";
|
||||
sha256 = "1jq6a4n77gcx68bkr8l79agsmgv8saw9nv183297gnah1g67nvw6";
|
||||
sha256 = "13a0mxrkybpwiynv4cj8wsy8zl5xir5xi1a03fzam5gw815dj4am";
|
||||
};
|
||||
|
||||
buildInputs = [ nasm ];
|
||||
|
Loading…
Reference in New Issue
Block a user