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

tagref: 1.9.0 -> 1.9.1
This commit is contained in:
Nick Cao 2024-02-25 11:07:12 -05:00 committed by GitHub
commit 4d7d667cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "tagref";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SPmpQR4RMimU6RnljmqV9z0WvDRZkc+Y+C32BnNmK/E=";
sha256 = "sha256-4F9u1wzeBgYP3L6h08xMvgq62ix/SOaFaLl7uEf1j1c=";
};
cargoHash = "sha256-VufTLK1LDQlIiNNsV9q24sHTmcT1Y7bCnhIXPRvuRAU=";
cargoHash = "sha256-AO6BGevCoLCH4vpyrXrgF3FrjUa3lHA7ynXfk4KKigM=";
meta = with lib; {
description = "Manage cross-references in your code";