tlrc: 1.11.1 -> 1.12.0

Changed files
+3 -3
pkgs
by-name
tl
+3 -3
pkgs/by-name/tl/tlrc/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "tlrc";
-
version = "1.11.1";
+
version = "1.12.0";
src = fetchFromGitHub {
owner = "tldr-pages";
repo = "tlrc";
rev = "v${version}";
-
hash = "sha256-SPYLQ7o3sbrjy3MmBAB0YoVJI1rSmePbrZY0yb2SnFE=";
+
hash = "sha256-Q0vRrCNpbG6LihCi9+uI25PnpFuPfoY2MZmyB/IN/SQ=";
};
-
cargoHash = "sha256-i2nSwsQnwhiMhG8QJb0z0zPuNxTLwuO1dgJxI4e4FqY=";
+
cargoHash = "sha256-IrRhj3Tv8rLTJki+Wd4Xfmf74OnYInUytMnYuvre7mw=";
nativeBuildInputs = [ installShellFiles ];