about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-21 10:10:35 -0500
committerGitHub <noreply@github.com>2024-02-21 10:10:35 -0500
commitdcb51656024f1546e136cc176c205ccb7344834e (patch)
tree7ff1db4be622d90f1eca9807de0cca156848f673 /pkgs
parent6003638e70eb9c3886765bfe0c742ccb856f368a (diff)
parent2dfed0ae048aee997456e5832ccac550241a6ee3 (diff)
Merge pull request #290425 from r-ryantm/auto-update/tagref
tagref: 1.8.5 -> 1.9.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/tagref/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tagref/default.nix b/pkgs/tools/misc/tagref/default.nix
index 5220c27055b98..84eeef609eec4 100644
--- a/pkgs/tools/misc/tagref/default.nix
+++ b/pkgs/tools/misc/tagref/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tagref";
-  version = "1.8.5";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "stepchowfun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-IeGWaPoq4AJAQjsIHa7dWNuIBB3JZr6WBzh63+xRYco=";
+    sha256 = "sha256-SPmpQR4RMimU6RnljmqV9z0WvDRZkc+Y+C32BnNmK/E=";
   };
 
-  cargoHash = "sha256-9Xkbj1PS+mlcB/f9rvcMBGUCCngkcfom6M6Zvp7Dgrg=";
+  cargoHash = "sha256-VufTLK1LDQlIiNNsV9q24sHTmcT1Y7bCnhIXPRvuRAU=";
 
   meta = with lib; {
     description = "Manage cross-references in your code";