mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
BadVPN moved to GitHub
This commit is contained in:
parent
28e28acc36
commit
727634b0e4
@ -3,11 +3,11 @@ let
|
|||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="badvpn";
|
baseName="badvpn";
|
||||||
version="http://badvpn.googlecode.com/files/badvpn-openwrt.tar.bz2";
|
version="1.999.129";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="1sr7i52msdjy8g7mrgwgqn3fqfvfjs48nz3waxf8r7wg1livvl2b";
|
hash="078gax6yifkf9y9g01wn1p0dypvgiwcsdmzp1bhwwfi0fbpnzzgl";
|
||||||
url="http://badvpn.googlecode.com/files/badvpn-openwrt.tar.bz2";
|
url="https://github.com/ambrop72/badvpn/archive/1.999.129.tar.gz";
|
||||||
sha256="1sr7i52msdjy8g7mrgwgqn3fqfvfjs48nz3waxf8r7wg1livvl2b";
|
sha256="078gax6yifkf9y9g01wn1p0dypvgiwcsdmzp1bhwwfi0fbpnzzgl";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake openssl nss pkgconfig nspr
|
cmake openssl nss pkgconfig nspr
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
url http://gc.codehum.com/p/badvpn/downloads/list
|
url https://github.com/ambrop72/badvpn/releases
|
||||||
version_link '[.]tar[.][a-z0-9]+$'
|
version_link '[0-9][.]tar[.][a-z0-9]+$'
|
||||||
process 'gc.codehum.com//' ''
|
version '.*/([0-9.]+)[.]tar[.].*' '\1'
|
||||||
|
Loading…
Reference in New Issue
Block a user