We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0d385 commit 330b6e9Copy full SHA for 330b6e9
pkgs/by-name/sp/spacetimedb/package.nix
@@ -9,17 +9,17 @@
9
}:
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "spacetimedb";
12
- version = "1.1.1";
+ version = "1.1.2";
13
14
src = fetchFromGitHub {
15
owner = "clockworklabs";
16
repo = "spacetimedb";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-Ay9nJ4b+lRBbZU/LmpG8agLcjp3jyDFyJdESeNoGsLQ=";
+ hash = "sha256-eBbRdkJafkMXOEsnh1yoht8WJAwZToPobWnhjTWhnA4=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-O74clwtMQ1roSy9Jg0l4vzBKuG3DXHDx4yRH/pbT8E0=";
+ cargoHash = "sha256-gs1A/gtjA941TWZw+wxMR+9TCayRa1k49/G8XnzW2ek=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments