Merge pull request #227173 from r-ryantm/auto-update/zrok

zrok: 0.3.4 -> 0.3.6
This commit is contained in:
Weijia Wang
2023-04-20 23:43:24 +03:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "zrok";
version = "0.3.4";
version = "0.3.6";
src = fetchzip {
url = "https://github.com/openziti/zrok/releases/download/v${version}/zrok_${version}_linux_amd64.tar.gz";
stripRoot = false;
sha256 = "sha256-lfsKOo53DarrczQfFhZED2vmzxIyq/TCPtVZECLMV3U=";
sha256 = "sha256-gcmgpvfk7bciTmotTHObvZvLPdLudAR2vQneLKN+uE4=";
};
installPhase = let