Merge pull request #299835 from acuteenvy/tlrc-v1.9.1

tlrc: 1.9.0 -> 1.9.1
This commit is contained in:
Nick Cao 2024-03-29 10:24:22 -04:00 committed by GitHub
commit ac8bb24eee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "tlrc";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "tldr-pages";
repo = "tlrc";
rev = "v${version}";
hash = "sha256-SoWGZXBAqWWg5kwwpWuiA7iGqq9RNok/LqsjPAy6O+k=";
hash = "sha256-RzGw4rvak055V48bkeuzKAH6F/wlFMLya8Ny3mgU+H4=";
};
cargoHash = "sha256-+HxRu8t6nofeE9WrDxQhebWIgeMYeMSXnHtHR1OHGzw=";
cargoHash = "sha256-BbBt6oCO9y++EWx9/CXISGfB/FEcEPKYeXNXcejevrg=";
nativeBuildInputs = [ installShellFiles ];