xfr: 0.9.20 -> 0.9.21

(cherry picked from commit 04ce7ea1c4)
This commit is contained in:
R. Ryantm
2026-07-11 01:44:24 +00:00
committed by github-actions[bot]
parent 2d3ddb82d9
commit a4b474cd27

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "xfr";
version = "0.9.20";
version = "0.9.21";
src = fetchFromGitHub {
owner = "lance0";
repo = "xfr";
tag = "v${finalAttrs.version}";
hash = "sha256-qEagafvSktcZzg5hTAhVwamnJ/xxjs2fwIcWgmrt0Oo=";
hash = "sha256-dcXbyiqhj/6VXIlFmk19LocxbfSnGC3aXR70YlUXQkA=";
};
cargoHash = "sha256-3OjzNSbK+bDaJ1HaO5S8t6SRSjmm2I5LQFmmXz8n2s0=";
cargoHash = "sha256-A5oYEjJvvS7hWtt9ceD9ewup8rzk8NRP0egQRrQwlzY=";
nativeBuildInputs = [
installShellFiles