Merge pull request #298116 from r-ryantm/auto-update/fh

fh: 0.1.9 -> 0.1.10
This commit is contained in:
Mario Rodas 2024-03-23 19:54:09 -05:00 committed by GitHub
commit 188660cbb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fh"; pname = "fh";
version = "0.1.9"; version = "0.1.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DeterminateSystems"; owner = "DeterminateSystems";
repo = "fh"; repo = "fh";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-G2bLYand61E/s652Q+5XSfXdM6XUWixiXRRMd3HvfM4="; hash = "sha256-fRaKydMSwd1zl6ptBKvn5ej2pqtI8xi9dioFmR8QA+g=";
}; };
cargoHash = "sha256-c3XxJQf2uHvj1X/djKyQg2AtrXdROyIVwLeYxFgHDNI="; cargoHash = "sha256-iOP5llFtySG8Z2Mj7stt6fYpQWqiQqJuftuYBrbkmyU=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles