Skip to content

Commit 54077fa

Browse files
committed
chore: bump client, kernel headers
1 parent 4c996db commit 54077fa

File tree

8 files changed

+137
-99
lines changed

8 files changed

+137
-99
lines changed

packages/linux/tangram.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export const metadata = {
66
license: "GPLv2",
77
name: "linux",
88
repository: "https://git.kernel.org",
9-
version: "6.12.41",
9+
version: "6.12.48",
1010
};
1111

1212
export const source = async () => {
1313
const { name, version } = metadata;
1414
const checksum =
15-
"sha256:6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27";
15+
"sha256:5bf9eb676751bf48978e38363c772298b41a75336d5038ed6d37012399471db2";
1616
const extension = ".tar.xz";
1717
const majorVersion = version.split(".")[0];
1818
const base = `https://cdn.kernel.org/pub/linux/kernel/v${majorVersion}.x`;

packages/rust/proxy/Cargo.lock

Lines changed: 63 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rust/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = "0.3"
2020
itertools = "0.14"
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = "1"
23-
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "b3c56f4a986afbbc62863aeaa9a7a98ffbec8e39" }
23+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "93a24d71ac092f26565a0408b29179704807dcee" }
2424
tokio = { version = "1", default-features = false, features = [
2525
"rt",
2626
"fs",

0 commit comments

Comments
 (0)