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

tagref: 1.8.3 -> 1.8.4

authored by

Nick Cao and committed by
GitHub
380bfaf9 d4e973ee

+3 -3
+3 -3
pkgs/tools/misc/tagref/default.nix
··· 1 { lib, fetchFromGitHub, rustPlatform }: 2 rustPlatform.buildRustPackage rec { 3 pname = "tagref"; 4 - version = "1.8.3"; 5 6 src = fetchFromGitHub { 7 owner = "stepchowfun"; 8 repo = pname; 9 rev = "v${version}"; 10 - sha256 = "sha256-BZ0by5H6yZuvksMneor02rx0kXlvO9tdpWivRDB9qDs="; 11 }; 12 13 - cargoHash = "sha256-w+YU0+/vba/fRYbLAmOloOuHMWbFiEyt3b0mfIvFE0Q="; 14 15 meta = with lib; { 16 description = "Tagref helps you refer to other locations in your codebase.";
··· 1 { lib, fetchFromGitHub, rustPlatform }: 2 rustPlatform.buildRustPackage rec { 3 pname = "tagref"; 4 + version = "1.8.4"; 5 6 src = fetchFromGitHub { 7 owner = "stepchowfun"; 8 repo = pname; 9 rev = "v${version}"; 10 + sha256 = "sha256-wjCehdCZR/97nD4HsTZCiVZZb2GQaOTfyU72Ez5kjW8="; 11 }; 12 13 + cargoHash = "sha256-Wis6C4Wlz7NScFeKXWODA8BKmRtL7adaYxPVR13wNsg="; 14 15 meta = with lib; { 16 description = "Tagref helps you refer to other locations in your codebase.";