tagref: init at 1.3.3

wip/yesman
Yusuf Bera Ertan 4 years ago
parent 9ea8fd6df1
commit 36a4d5d928
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
  1. 22
      pkgs/tools/misc/tagref/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -0,0 +1,22 @@
{ stdenv, lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "tagref";
version = "1.3.3";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3R6vhevSld9IjJMsGl5Rwv0ADMjm94NeZxvl8eYHR2Y=";
};
cargoSha256 = "sha256-pLugAT8QlgxawkR2y+LIacRh4nB59qpKLJjxc81CNDY=";
meta = with lib; {
description = "Tagref helps you refer to other locations in your codebase.";
homepage = "https://github.com/stepchowfun/tagref";
license = licenses.mit;
maintainers = [ maintainers.yusdacra ];
platforms = platforms.unix;
};
}

@ -28068,6 +28068,8 @@ in
prow = callPackage ../applications/networking/cluster/prow { };
tagref = callPackage ../tools/misc/tagref { };
tellico = libsForQt5.callPackage ../applications/misc/tellico { };
termpdfpy = python3Packages.callPackage ../applications/misc/termpdf.py {};

Loading…
Cancel
Save