Merge pull request #275986 from r-ryantm/auto-update/localproxy
localproxy: 3.1.0 -> 3.1.1
This commit is contained in:
commit
65b19758db
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "localproxy";
|
pname = "localproxy";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws-samples";
|
owner = "aws-samples";
|
||||||
repo = "aws-iot-securetunneling-localproxy";
|
repo = "aws-iot-securetunneling-localproxy";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ec72bvBkRBj4qlTNfzNPeQt02OfOPA8y2PoejHpP9cY=";
|
hash = "sha256-voUKfXa43mOltePQEXgmJ2EBaN06E6R/2Zz6O09ogyY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue