Unverified Commit 0680da7c authored by cinereal's avatar cinereal
Browse files

hullcaster: 0.1.2 -> 0.2.0

Updates `hullcaster` to [`0.2.0`](https://github.com/gilcu3/hullcaster/releases/tag/v0.2.0

).

Signed-off-by: default avatarcinereal <cinereal@riseup.net>
parent 4b8ce466
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
{
  lib,
  alsa-lib,
  dbus,
  fetchFromGitHub,
  openssl,
  pkg-config,
  rustPlatform,
}:

rustPlatform.buildRustPackage rec {
  pname = "hullcaster";
  version = "0.1.2";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "gilcu3";
    repo = "hullcaster";
    tag = "v${version}";
    hash = "sha256-TaELX/xMxm7OTmVnvkgEmdhnVrIlxSNqlE73+I5qxCc=";
    hash = "sha256-BR3klwy6vm6nJ38sgS/PGPQ19n0GJq6eQE97lHmg+kQ=";
  };

  cargoHash = "sha256-jso9ofchUjpsck0qJN3rfFVM1Y6C8APmhwNzapU7Mug=";
  cargoHash = "sha256-TZmRObtkwrHRy/I6hhacbHUWiajKDLnHafLWIwVM15o=";

  buildInputs = [
    alsa-lib
    dbus
    openssl
  ];

  nativeBuildInputs = [
    pkg-config
  ];

  # work around error: Could not create filepath: /homeless-shelter/.local/share
  checkFlags = [