Unverified Commit dc6e5128 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

tagref: 1.8.2 -> 1.8.3
parents a12a82e9 c21fb567
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
  pname = "tagref";
  version = "1.8.2";
  version = "1.8.3";

  src = fetchFromGitHub {
    owner = "stepchowfun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-igzlSkoVffn0X/eJrNi9u0aLc17KREuUtIwxGvsF6hc=";
    sha256 = "sha256-BZ0by5H6yZuvksMneor02rx0kXlvO9tdpWivRDB9qDs=";
  };

  cargoHash = "sha256-FNgMM+fOEbkCqRPgJmGiuoUJP9NRBxjSTwFIPyaT5d0=";
  cargoHash = "sha256-w+YU0+/vba/fRYbLAmOloOuHMWbFiEyt3b0mfIvFE0Q=";

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