Unverified Commit d9a0e92d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

hullcaster: 0.1.2 -> 0.2.0 (#448510)

parents 227b895e 0680da7c
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 = [