Unverified Commit 9edcc896 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #221771 from r-ryantm/auto-update/tagref

tagref: 1.5.0 -> 1.6.0
parents 27e8a2b8 e5c9435e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
  pname = "tagref";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "stepchowfun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-PZ5ymYXn19PnvimofODh6su9zHdVoa3T7RCWPSO1Z6w=";
    sha256 = "sha256-tAkRTHstXoGrSDX5h7xOpHHDOdCqdYu3AXoda84ha4g=";
  };

  cargoSha256 = "sha256-6siqfAWFoOomqcRvW+iku28FbyKCHiDzMVIUwWP8hJM=";
  cargoHash = "sha256-3pD4hocvnfQziGtDvgc4QxnCEHlmsCFK32PI1zEh9z0=";

  meta = with lib; {
    description = "Tagref helps you refer to other locations in your codebase.";