Skip to content

Commit 9e29dac

Browse files
committed
spacetimedb: 1.0.1 -> 1.1.0
1 parent fdb40c3 commit 9e29dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-W3SbJE0tt391k6MscgaijCStSyzfTN2MR66a6K+Ui4s=";
22+
cargoHash = "sha256-YObtesidnH0GMGD9ENS4YSrcBB4A4TAQmqV4NodSwfY=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)