Unverified Commit 72d2a0d2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

spacetimedb: 1.1.1 -> 1.1.2 (#407129)



Co-authored-by: default avatarakotro <mail@akotro.dev>
parents 2632b89a 330b6e97
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "spacetimedb";
  version = "1.1.1";
  version = "1.1.2";

  src = fetchFromGitHub {
    owner = "clockworklabs";
    repo = "spacetimedb";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ay9nJ4b+lRBbZU/LmpG8agLcjp3jyDFyJdESeNoGsLQ=";
    hash = "sha256-eBbRdkJafkMXOEsnh1yoht8WJAwZToPobWnhjTWhnA4=";
  };

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

  nativeBuildInputs = [
    pkg-config