spacetimedb: 1.0.1 -> 1.1.0 (#399132)

Co-authored-by: akotro <mail@akotro.dev>

authored by nixpkgs-merge-bot[bot] akotro and committed by GitHub 8fcc33af 173c9314

+3 -3
+3 -3
pkgs/by-name/sp/spacetimedb/package.nix
··· 9 }: 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "spacetimedb"; 12 - version = "1.0.1"; 13 14 src = fetchFromGitHub { 15 owner = "clockworklabs"; 16 repo = "spacetimedb"; 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-yqBKZOUDdvBcW8OzO832P75miNKUluR+fR1FSOcDoSM="; 19 }; 20 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-W3SbJE0tt391k6MscgaijCStSyzfTN2MR66a6K+Ui4s="; 23 24 nativeBuildInputs = [ 25 pkg-config
··· 9 }: 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "spacetimedb"; 12 + version = "1.1.0"; 13 14 src = fetchFromGitHub { 15 owner = "clockworklabs"; 16 repo = "spacetimedb"; 17 tag = "v${finalAttrs.version}"; 18 + hash = "sha256-WBPH/vwko7Znh6yJi3DOwZ9SnfCpOcX1so/svBCjFQ8="; 19 }; 20 21 useFetchCargoVendor = true; 22 + cargoHash = "sha256-YObtesidnH0GMGD9ENS4YSrcBB4A4TAQmqV4NodSwfY="; 23 24 nativeBuildInputs = [ 25 pkg-config