lol

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

tagref: 1.8.2 -> 1.8.3

authored by

figsoda and committed by
GitHub
dc6e5128 a12a82e9

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