update shared_memory_heap

This commit is contained in:
2024-05-14 13:58:44 +02:00
parent 3fc86e2da0
commit 3fed591fd6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -994,7 +994,7 @@ dependencies = [
[[package]] [[package]]
name = "shared_memory_heap" name = "shared_memory_heap"
version = "0.1.0" version = "0.1.0"
source = "git+https://gitea.rixxc.de/rixxc/shared_memory_heap.git#18f1a1b9a6f2d29f215cb238e470ca91f9e03bc3" source = "git+https://gitea.rixxc.de/rixxc/shared_memory_heap.git#0200b3c91311f2f7bd5b5f74738ede773b584285"
dependencies = [ dependencies = [
"libc", "libc",
] ]

View File

@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage
lockFile = ./Cargo.lock; lockFile = ./Cargo.lock;
outputHashes = { outputHashes = {
"agent_lib-0.1.0" = "sha256-G9PCNDLaJ18pXjoKmdSFOYFT81VJ9GxapOi7EFZMTks="; "agent_lib-0.1.0" = "sha256-G9PCNDLaJ18pXjoKmdSFOYFT81VJ9GxapOi7EFZMTks=";
"shared_memory_heap-0.1.0" = "sha256-AH+wfAMw5z3lND44feQ11VzoVdaqSGnkvTeIQOFlfXQ="; "shared_memory_heap-0.1.0" = "sha256-zgO/SfJEFVuHGyuYKsEc0Jm8q/YxkXF92SBhO0+HbdI=";
}; };
}; };