Unverified Commit d099efa6 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

parseable: 2.4.0 -> 2.5.1 (#460658)

parents 087fbaf5 1ecd0871
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,21 +11,21 @@

rustPlatform.buildRustPackage rec {
  pname = "parseable";
  version = "2.4.0";
  version = "2.5.1";

  src = fetchFromGitHub {
    owner = "parseablehq";
    repo = "parseable";
    tag = "v${version}";
    hash = "sha256-0PyXrwFh2YroxeAPL2GCZiOUfzFLThN0ZnL0a7BDnfw=";
    hash = "sha256-+KTSpkrMlIu24YvHvLOLHZiqRZua3D7/kprFqtRuNOQ=";
  };

  LOCAL_ASSETS_PATH = fetchzip {
    url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v${version}/build.zip";
    hash = "sha256-7uJvWAGDexzWhnm1ofPHzoRD8Q70fQ+eyUPpQHcWv4o=";
    hash = "sha256-tSH9gyB9T2ywut+joLIp55Us2ALKvgsyiG/gBQgYLfI=";
  };

  cargoHash = "sha256-VAdivS7zxoFrjeTnRGbUqtEgCj73iF29ZiCUfzdP1Yo=";
  cargoHash = "sha256-3hMGiQmXxar4n4cGPrj4UUznNi8V5YokH+29UGmz34Y=";

  nativeBuildInputs = [ pkg-config ];