Skip to content

Commit 3471e77

Browse files
nixpkgs-merge-bot[bot]akotro
andauthoredMar 24, 2025
spacetimedb: 1.0.0 -> 1.0.1 (#392822)
Co-authored-by: akotro <mail@akotro.dev>
2 parents 570b402 + a49fec6 commit 3471e77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/sp/spacetimedb/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}:
1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "spacetimedb";
12-
version = "1.0.0";
12+
version = "1.0.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "clockworklabs";
1616
repo = "spacetimedb";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-L3D7DfMQNuoZ/twAsrK20royIGp6PXCAFZKnb0PgSu0=";
18+
hash = "sha256-yqBKZOUDdvBcW8OzO832P75miNKUluR+fR1FSOcDoSM=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-eOZRp3LRbQzHfT+evKY55ifevX+ki9oT5B7vZs3ym+c=";
22+
cargoHash = "sha256-W3SbJE0tt391k6MscgaijCStSyzfTN2MR66a6K+Ui4s=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)
Failed to load comments.