fh: 0.1.26 -> 0.1.27 (#474673)

This commit is contained in:
Michael Daniels
2025-12-28 01:10:37 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "fh";
version = "0.1.26";
version = "0.1.27";
src = fetchFromGitHub {
owner = "DeterminateSystems";
repo = "fh";
tag = "v${finalAttrs.version}";
hash = "sha256-cHXpTe5tAXrAwVu5+ZTb3pzHIqAk353GnNFPvComIfQ=";
hash = "sha256-EUCV7/J9wJRroCGW5JqonFJIqcvJEBAwB7l3eWYxiSk=";
};
cargoHash = "sha256-HwFehxL01pwT93jjVvCU9BXhaHhCDbox50ecXpod3Mo=";
cargoHash = "sha256-HOQqUNd0I85lAD6YVWT9baEj31JpjIgq9Ujfn4ys/3o=";
nativeBuildInputs = [
installShellFiles