impala: 0.7.3 -> 0.7.4 (#490221)

This commit is contained in:
Nick Cao
2026-02-13 21:20:43 +00:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "impala";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "pythops";
repo = "impala";
rev = "v${finalAttrs.version}";
hash = "sha256-zSoH0zY24m4XxWWBNUmMQozAtTiSDn4GD/HghXk4qI8=";
hash = "sha256-GQg/1asi+6hTyOK4cWkAvFJhnWTewFUOn7fAlL+tkUo=";
};
cargoHash = "sha256-wOoFQW5GIPNs+aA6JsU/g7/myJz45E9/0gNwKa3jSwI=";
cargoHash = "sha256-shIv6fjWAZhIeSzxcHfzxfg2brTP1G3MBAixdi0GoK4=";
# fix for compilation of musl builds on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726