Unverified Commit 481a6d87 authored by Oleksii Filonenko's avatar Oleksii Filonenko Committed by GitHub
Browse files

pay-respects: 0.7.0 -> 0.7.5 (#397386)

parents a5748d3a 8dbb1527
Loading
Loading
Loading
Loading
+3 −15
Original line number Diff line number Diff line
@@ -2,33 +2,21 @@
  lib,
  fetchFromGitea,
  rustPlatform,
  pkg-config,
  openssl,
  curl,
}:
rustPlatform.buildRustPackage rec {
  pname = "pay-respects";
  version = "0.7.0";
  version = "0.7.5";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "iff";
    repo = "pay-respects";
    rev = "v${version}";
    hash = "sha256-xuZkZXVEXSmRGp1huVpqvjrP5kllq3fGg1Mg7wuyE3E=";
    hash = "sha256-NmFuu6uS8maAoN9U2ZdEyeJeozR3ubhoMrhvWKDxbMI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-aocFplTvjc3zV6NL6UKzdfdx5ry+jhvi4azceC0KSKA=";

  nativeBuildInputs = [
    pkg-config
  ];

  buildInputs = [
    openssl
    curl
  ];
  cargoHash = "sha256-xqq4PXvon6edjJ4VhrhXD8QtDGWlMeJnl8mnH8rdIvU=";

  meta = {
    description = "Terminal command correction, alternative to `thefuck`, written in Rust";