Commit 3f59cb03 authored by R. RyanTM's avatar R. RyanTM
Browse files

temporal_capi: 0.2.0 -> 0.2.2

parent c111fb7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "temporal_capi";
  version = "0.2.0";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "boa-dev";
    repo = "temporal";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RPbyl45Rl0a0c954m6c6449HQFPtbyAsDC19W8rRVnc=";
    hash = "sha256-aAe8gaMAkUrVcEbe8PJfo1Mn8wEwriH4PPjbgNdcUkY=";
  };

  cargoHash = "sha256-i5vsQ12J1T9Pe2x7WCdrOLzsSKEDtSfDn/pqEDOd6aE=";
  cargoHash = "sha256-25NBtoWc/YrBjvRT/AqMYwFVBuGuEyn3Nrq+ZlzTIXQ=";

  postPatch = ''
    # Force crate-type to include staticlib