mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
https-dns-proxy: 2020-04-19 -> 2021-03-29
This commit is contained in:
parent
39a6621150
commit
39f24ef7a0
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "https-dns-proxy";
|
pname = "https-dns-proxy";
|
||||||
# there are no stable releases (yet?)
|
# there are no stable releases (yet?)
|
||||||
version = "unstable-20200419";
|
version = "unstable-2021-03-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aarond10";
|
owner = "aarond10";
|
||||||
repo = "https_dns_proxy";
|
repo = "https_dns_proxy";
|
||||||
rev = "79fc7b085e3b1ad64c8332f7115dfe2bf5f1f3e4";
|
rev = "bbd9ef272dcda3ead515871f594768af13192af7";
|
||||||
sha256 = "1cdfswfjby4alp6gy7yyjm76kfyclh5ax0zadnqs2pyigg9plh0b";
|
sha256 = "sha256-r+IpDklI3vITK8ZlZvIFm3JdDe2r8DK2ND3n1a/ThrM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gtest ];
|
nativeBuildInputs = [ cmake gtest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user