summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-12-11 06:28:54 -0800
committerGitHub <noreply@github.com>2020-12-11 06:28:54 -0800
commitb2cc31fa2fea6411ed6577c44694cdfa82c9c435 (patch)
tree18d860e30d55e897ff5b5f9d55d2730f5b870294 /pkgs/tools/misc
parenta516c1ccab0563fee1f87b8841963976ae6b8877 (diff)
parent6f4ad1cf7336c3dcb1b9bf0e96e80abc7e67f139 (diff)
Merge pull request #106624 from r-ryantm/auto-update/tagref
tagref: 1.3.3 -> 1.4.1
Diffstat (limited to 'pkgs/tools/misc')
-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 64870e07a3d3..43a91eaca529 100644
--- a/pkgs/tools/misc/tagref/default.nix
+++ b/pkgs/tools/misc/tagref/default.nix
@@ -1,16 +1,16 @@
{ stdenv, lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "tagref";
- version = "1.3.3";
+ version = "1.4.1";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-3R6vhevSld9IjJMsGl5Rwv0ADMjm94NeZxvl8eYHR2Y=";
+ sha256 = "0y1c0v2zjpav1n72pgf3kpqdz6ixp2mjhcvvza4gzfp865c236nc";
};
- cargoSha256 = "sha256-pLugAT8QlgxawkR2y+LIacRh4nB59qpKLJjxc81CNDY=";
+ cargoSha256 = "06ljy213x9lhvqjysz9cjhrrg0ns07qkz27pxd8rih0mk6cck45g";
meta = with lib; {
description = "Tagref helps you refer to other locations in your codebase.";