mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
bumblebee: fix source url
This commit is contained in:
parent
9ccc4fae14
commit
63f93a91d4
@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
|
||||
version = "3.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bumblebee-project.org/${pname}-${version}.tar.gz";
|
||||
url = "https://www.bumblebee-project.org/${pname}-${version}.tar.gz";
|
||||
sha256 = "03p3gvx99lwlavznrpg9l7jnl1yfg2adcj8jcjj0gxp20wxp060h";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user