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 fdb40c3 commit 9e29dacCopy full SHA for 9e29dac
pkgs/by-name/sp/spacetimedb/package.nix
@@ -9,17 +9,17 @@
9
}:
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "spacetimedb";
12
- version = "1.0.1";
+ version = "1.1.0";
13
14
src = fetchFromGitHub {
15
owner = "clockworklabs";
16
repo = "spacetimedb";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-yqBKZOUDdvBcW8OzO832P75miNKUluR+fR1FSOcDoSM=";
+ hash = "sha256-WBPH/vwko7Znh6yJi3DOwZ9SnfCpOcX1so/svBCjFQ8=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-W3SbJE0tt391k6MscgaijCStSyzfTN2MR66a6K+Ui4s=";
+ cargoHash = "sha256-YObtesidnH0GMGD9ENS4YSrcBB4A4TAQmqV4NodSwfY=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments