Unverified Commit 83d23db6 authored by wrvsrx's avatar wrvsrx
Browse files

rustical: 0.11.5 -> 0.11.10

parent 52b2fff7
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -8,16 +8,21 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rustical";
  version = "0.11.5";
  version = "0.11.10";

  src = fetchFromGitHub {
    owner = "lennart-k";
    repo = "rustical";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hvdYwh9nmSXS9QhyxW5mLRS4kgf164I+UxGHRlK1oH4=";
    hash = "sha256-+XGYM12RO0+bUpt7mIP7qm1CoYDnJYRNtkxVRyoH32g=";
  };

  cargoHash = "sha256-rpTQpb0a8QhFT7Qo6hYZ+nPmWFnR/vSVCoHvZFQR3Cs=";
  postPatch = ''
    substituteInPlace Cargo.toml \
      --replace-fail 'rust-version = "1.92"' 'rust-version = "1.91"'
  '';

  cargoHash = "sha256-9GF7ViELoUxOxccyhFJehfRm7KuQIbv2wp9xIKkCpPQ=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ];