Skip to content

Commit

Permalink
ssl-proxy: 0.2.7 -> 0.2.7-unstable-2024-02-05
Browse files Browse the repository at this point in the history
Remove patch as it has been applied in the ssl-proxy repo.
  • Loading branch information
konst-aa committed Feb 6, 2024
1 parent 7aeb86c commit 069c5a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
14 changes: 5 additions & 9 deletions pkgs/tools/networking/ssl-proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@

buildGoModule rec {
pname = "ssl-proxy";
version = "0.2.7";
version = "0.2.7-unstable-2024-02-05";

src = fetchFromGitHub {
owner = "suyashkumar";
repo = "ssl-proxy";
rev = "v${version}";
hash = "sha256-c9BLdDlkrg1z1QrO+vEAVyPtrV/nQcYlGXFmwfAOSpQ=";
rev = "6b0f364be9bbf0de46520a6b85d30792fcc3cb80";
hash = "sha256-tYAsz99YCOOEyxPp8Yp+PTn+q2Edir+xy4Vs0yyHWOQ=";
};

vendorHash = "sha256-310K9ZSxy/OQ4HYFCcHQaj4NQwzATrOZ2YkhiSkhY5I=";

patches = [
./go120-compatibility.patch
];
vendorHash = "sha256-PQ465+4AcH0wP4z2GsGdf/yABaGezaPq+eM0U2lu13o=";

checkTarget = "test";

Expand All @@ -30,6 +26,6 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = "ssl-proxy";
maintainers = [ maintainers.konst-aa ];
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows ;
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows;
};
}
18 changes: 0 additions & 18 deletions pkgs/tools/networking/ssl-proxy/go120-compatibility.patch

This file was deleted.

0 comments on commit 069c5a7

Please sign in to comment.