fh: 0.1.22 -> 0.1.24 (#406883)

This commit is contained in:
Wolfgang Walther 2025-06-01 10:53:31 +00:00 committed by GitHub
commit 063e135f42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fh"; pname = "fh";
version = "0.1.22"; version = "0.1.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DeterminateSystems"; owner = "DeterminateSystems";
repo = "fh"; repo = "fh";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-yOqXcn/OMfC97t002V8yzZn1PhuV8lIp5szPA7eys1Q="; hash = "sha256-t7IZlG7rKNbkt2DIU5H0/B0+b4e9YEVJx14ijpOycCw=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-+6/gTY0pqpsq8QByVLbC1KnT2G1CJwLtpIFrUnyzlU0="; cargoHash = "sha256-IXzqcIVk7F/MgWofzlwEkXfu7s8e7GdjYhdFbXUTeeo=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles