mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 23:13:13 -08:00
use https
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
wg-deb = pkgs.fetchurl {
|
wg-deb = pkgs.fetchurl {
|
||||||
url = "http://ftp.de.debian.org/debian/pool/main/w/wireguard/wireguard-tools_1.0.20210914-1.1_amd64.deb";
|
url = "https://ftp.de.debian.org/debian/pool/main/w/wireguard/wireguard-tools_1.0.20210914-1.1_amd64.deb";
|
||||||
hash = "sha256-s/hCUisQLR19kEbV6d8JXzzTAWUPM+NV0APgHizRGA4=";
|
hash = "sha256-s/hCUisQLR19kEbV6d8JXzzTAWUPM+NV0APgHizRGA4=";
|
||||||
};
|
};
|
||||||
wg-rpm = pkgs.fetchurl {
|
wg-rpm = pkgs.fetchurl {
|
||||||
|
|||||||
Reference in New Issue
Block a user