add proper wireguard source
This commit is contained in:
parent
a6c0b72ae2
commit
dc819cd558
1 changed files with 3 additions and 5 deletions
|
|
@ -7,13 +7,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wireguard";
|
name = "wireguard";
|
||||||
version = "1.0.20231018";
|
version = "1.0.20231018";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchzip {
|
||||||
url = "https://git.zx2c4.com/wireguard-android";
|
url = "https://git.zx2c4.com/wireguard-android/snapshot/wireguard-android-${version}.tar.xz";
|
||||||
tag = "v${version}";
|
sha256 = "sha256-09bXYljoXvwHn3QkzBjQHsIbvXrCzBceUSXVRRc8q8g=";
|
||||||
hash = "";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.yarn
|
pkgs.yarn
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue