Unverified Commit 65b19758 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #275986 from r-ryantm/auto-update/localproxy

localproxy: 3.1.0 -> 3.1.1
parents 2a044974 3c701769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "localproxy";
  version = "3.1.0";
  version = "3.1.1";

  src = fetchFromGitHub {
    owner = "aws-samples";
    repo = "aws-iot-securetunneling-localproxy";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ec72bvBkRBj4qlTNfzNPeQt02OfOPA8y2PoejHpP9cY=";
    hash = "sha256-voUKfXa43mOltePQEXgmJ2EBaN06E6R/2Zz6O09ogyY=";
  };

  nativeBuildInputs = [ cmake ];