realm: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2025-08-03 09:09:40 +00:00
parent c148f7b964
commit 1119c1bf61

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "realm"; pname = "realm";
version = "2.7.0"; version = "2.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zhboner"; owner = "zhboner";
repo = "realm"; repo = "realm";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vkLGfSDRYqvoqyVM/CWGJjpvXXPisEZxUSjLZGjNzno="; hash = "sha256-7hOy+bqWoVyI2xGJ0eY7GvyIYykr6VP8d3ZYtY/jGPI=";
}; };
cargoHash = "sha256-Oe64l16uYdU6NvTl7XrEm6dAtRFngI9yHC4fe4hpTNA="; cargoHash = "sha256-yR+ayseoUYpK9lUFRP0OLrp1+LUrtPnxiPRvjDFSNgo=";
env.RUSTC_BOOTSTRAP = 1; env.RUSTC_BOOTSTRAP = 1;