From f97595523c3c65aebdce8a0ae5d059815d5e692a Mon Sep 17 00:00:00 2001 From: ghe0 Date: Thu, 27 Mar 2025 03:14:08 +0200 Subject: [PATCH] update default VM kernel to 6.13.8 --- src/snp/mod.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/snp/mod.rs b/src/snp/mod.rs index 483772f..4909701 100644 --- a/src/snp/mod.rs +++ b/src/snp/mod.rs @@ -397,12 +397,12 @@ pub fn calculate_nanolp( lazy_static! { static ref DEFAULT_DTRFS: Dtrfs = Dtrfs { - name: "dtrfs-6.13.7-arch1-1".to_string(), + name: "dtrfs-6.13.8-arch1-1".to_string(), vendor: "ghe0".to_string(), - dtrfs_url: "http://registry.detee.ltd/detee-archtop-6.13.7-arch1-1.cpio.gz".to_string(), - dtrfs_sha: "dc02e091da80c281fe735a1be86b3fe766f1741d82c32f5dc64344b345827c6d".to_string(), - kernel_url: "http://registry.detee.ltd/vmlinuz-linux-6.13.7-arch1-1".to_string(), - kernel_sha: "469a89668d2f5744b3f80417fcf0a4ce0140fcb78f1e8834ef8e3668eecc934c".to_string() + dtrfs_url: "http://registry.detee.ltd/detee-archtop-6.13.8-arch1-1.cpio.gz".to_string(), + dtrfs_sha: "b5f408d00e2b93dc594fed3a7f2466a9878802ff1c7ae502247471cd06728a45".to_string(), + kernel_url: "http://registry.detee.ltd/vmlinuz-linux-6.13.8-arch1-1".to_string(), + kernel_sha: "e49c8587287b21df7600c04326fd7393524453918c14d67f73757dc769a13542".to_string() }; static ref DEFAULT_ARCHLINUX: Distro = Distro { name: "archlinux_2025-02-21".to_string(), @@ -427,20 +427,20 @@ lazy_static! { }; static ref ALTERNATIVE_INIT: Vec = vec![ Dtrfs { - name: "dtrfs-6.13.6-arch1-1".to_string(), + name: "dtrfs-6.13.7-arch1-1".to_string(), vendor: "ghe0".to_string(), - dtrfs_url: "http://registry.detee.ltd/detee-archtop-6.13.6-arch1-1.cpio.gz".to_string(), - dtrfs_sha: "de48048fb42fe4054611f14e51ce175ca90645734fe41349642f036b8bca8fcd" + dtrfs_url: "http://registry.detee.ltd/detee-archtop-6.13.7-arch1-1.cpio.gz".to_string(), + dtrfs_sha: "dc02e091da80c281fe735a1be86b3fe766f1741d82c32f5dc64344b345827c6d" .to_string(), - kernel_url: "http://registry.detee.ltd/vmlinuz-linux-6.13.6-arch1-1".to_string(), - kernel_sha: "7efaca6c348cd4136afe3ece0beec346da713029347a0d4e71e12a0b91570de7" + kernel_url: "http://registry.detee.ltd/vmlinuz-linux-6.13.7-arch1-1".to_string(), + kernel_sha: "469a89668d2f5744b3f80417fcf0a4ce0140fcb78f1e8834ef8e3668eecc934c" .to_string() }, Dtrfs { name: "dtrfs-6.13.6-arch1-1".to_string(), vendor: "ghe0".to_string(), dtrfs_url: "http://registry.detee.ltd/detee-archtop-6.13.6-arch1-1.cpio.gz".to_string(), - dtrfs_sha: "83675cf2a27db526ec0705daf2606674778759fb33cdb8b1dfc4ddd623608806" + dtrfs_sha: "de48048fb42fe4054611f14e51ce175ca90645734fe41349642f036b8bca8fcd" .to_string(), kernel_url: "http://registry.detee.ltd/vmlinuz-linux-6.13.6-arch1-1".to_string(), kernel_sha: "7efaca6c348cd4136afe3ece0beec346da713029347a0d4e71e12a0b91570de7"