matrix-tuwunel: 1.7.1 -> 1.8.0

(cherry picked from commit afe9dd3235)
This commit is contained in:
Johannes Arnold
2026-06-30 08:06:42 -07:00
committed by github-actions[bot]
parent c1726ab055
commit cda1cb6331

View File

@@ -43,8 +43,8 @@ let
# The commit on the rocksdb fork, tuwunel-changes branch referenced by the upstream
# tuwunel flake.lock:
# https://github.com/matrix-construct/tuwunel/blob/main/flake.lock#L557C17-L557C57
rev = "9a3a213b55df0b11408102c899a940675c0d90e4";
hash = "sha256-aOV/jJjRjNJ3hrRqhCsXlIz05NvEhDF/j5Q5UOQuvp8=";
rev = "0bd7e6d6438d318d66e8374ec1fe24126204f3b3";
hash = "sha256-THAHov40punmqm3J9kNYwFXfdRZ2VwjR/+lmFhun/xk=";
};
version = "tuwunel-changes";
patches = [ ];
@@ -88,16 +88,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "matrix-tuwunel";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "matrix-construct";
repo = "tuwunel";
tag = "v${finalAttrs.version}";
hash = "sha256-KbcijWL4PwEUycE9pxdJjnBP0pxK6ywuf7wpuy2eA60=";
hash = "sha256-+VoJrUvjZOS3y59HbjHX0kwCT1AUvJo1jJQEC/OLYec=";
};
cargoHash = "sha256-RsZWk+cm9JJ6+8xsWXNyN2QcHSMFOD3CikNm84DhXWU=";
cargoHash = "sha256-906VroeI1ZjUokOWKNBcfgZLZhca87p7sQuYDwQmPDI=";
nativeBuildInputs = [
pkg-config