tlrc: 1.9.2 -> 1.9.3

This commit is contained in:
Lena 2024-07-29 15:35:31 +02:00
parent 2a067b1872
commit f31b0cf680
No known key found for this signature in database
GPG Key ID: BF30558F199B4027

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "tlrc";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "tldr-pages";
repo = "tlrc";
rev = "v${version}";
hash = "sha256-JQx4vuXbsLrPAbmPlwPiPXJIpRufUzQN+R+Wqj4H8n4=";
hash = "sha256-3KS/KN6/RO+PxoxbCVryymnTyWcmfXuCoc9E+asdU/E=";
};
cargoHash = "sha256-5caZTdpEog8xdCn+LOfW5UdbuWZmO8iggSstxvdjwb0=";
cargoHash = "sha256-9MnYSmMhLn31aHwooo8W/1Rp7N5P6Tar7Ft2iXRVnh0=";
nativeBuildInputs = [ installShellFiles ];