Unverified Commit 63fc3ef5 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pay-respects: 0.6.14 -> 0.7.0 (#396405)

parents 7d79f810 69f4e574
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "pay-respects";
  version = "0.6.14";
  version = "0.7.0";

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-QdeU+0o68j5Y0IKouyJ8ypZghuS8NKxCUpmZxi+sxuk=";
  cargoHash = "sha256-aocFplTvjc3zV6NL6UKzdfdx5ry+jhvi4azceC0KSKA=";

  nativeBuildInputs = [
    pkg-config