Skip to content

Commit 72d2a0d

Browse files
spacetimedb: 1.1.1 -> 1.1.2 (#407129)
Co-authored-by: akotro <[email protected]>
2 parents 2632b89 + 330b6e9 commit 72d2a0d

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.1.1";
12+
version = "1.1.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "clockworklabs";
1616
repo = "spacetimedb";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-Ay9nJ4b+lRBbZU/LmpG8agLcjp3jyDFyJdESeNoGsLQ=";
18+
hash = "sha256-eBbRdkJafkMXOEsnh1yoht8WJAwZToPobWnhjTWhnA4=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-O74clwtMQ1roSy9Jg0l4vzBKuG3DXHDx4yRH/pbT8E0=";
22+
cargoHash = "sha256-gs1A/gtjA941TWZw+wxMR+9TCayRa1k49/G8XnzW2ek=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)