restate: 1.4.1 -> 1.4.2 (#424679)

This commit is contained in:
Gaétan Lepage
2025-07-13 18:20:13 +02:00
committed by GitHub
+5 -4
View File
@@ -25,17 +25,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "restate";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "restatedev";
repo = "restate";
tag = "v${finalAttrs.version}";
hash = "sha256-4hNutU9WpzxOjQe+0t5teSjMhuoprR0INQo6H/wOygc=";
hash = "sha256-0p3pH2lQnb3oOsGtKP8olVUefobGa3DsnB2LMx06+no=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/ng8ONIszRgmfgRBKn65kcJFaTp1T0lNdZQb3t9Gol0=";
cargoHash = "sha256-9EeS599rZLLKkdBS1bTX7y7CTmeTBlgHZ8c0WBlbZmk=";
env = {
PROTOC = lib.getExe protobuf;
@@ -52,6 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"-C force-unwind-tables"
"--cfg uuid_unstable"
"--cfg tokio_unstable"
"--cfg tokio_taskdump"
];
"aarch64-unknown-linux-gnu" = self.build ++ [
@@ -132,7 +133,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
meta = {
description = "Platform for developing distributed fault-tolerant applications.";
description = "Platform for developing distributed fault-tolerant applications";
homepage = "https://restate.dev";
changelog = "https://github.com/restatedev/restate/releases/tag/v${finalAttrs.version}";
mainProgram = "restate";