10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
15 owner = "helsinki-systems";
17 rev = "refs/tags/${pname}-v${version}";
18 hash = "sha256-deqF6xDz3oCA1W8X8U1FD1gPYfxinZzpSuRKyaPDN/Y=";
21 cargoHash = "sha256-eur3tg2w2WTA+JkOwTLwQzDZX7QN2xV4K0FIn7JN/rM=";
34 description = "Nix binary cache";
35 homepage = "https://github.com/helsinki-systems/harmonia";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];