fh: 0.1.26 -> 0.1.27

Signed-off-by: Angel J <78835633+Iamanaws@users.noreply.github.com>
This commit is contained in:
Angel J
2025-12-27 16:06:54 -08:00
parent 0843842940
commit 9706187f4c
+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