nixpkgs/pkgs/os-specific/linux/batman-adv/version.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
511 B
Nix
Raw Permalink Normal View History

2020-01-01 19:26:23 +00:00
{
version = "2024.3";
2020-01-01 19:26:23 +00:00
# To get these, run:
#
# ```
# for tool in alfred batctl batman-adv; do
# nix-prefetch-url https://downloads.open-mesh.org/batman/releases/batman-adv-2024.3/$tool-2024.3.tar.gz --type sha256 | xargs nix hash to-sri --type sha256
# done
# ```
2020-01-01 19:26:23 +00:00
sha256 = {
alfred = "sha256-1xFDOMGgZGla9x1Y3gNnenIZsHxVQpuA+G3APAJJ/+o=";
batctl = "sha256-Zl5lXto4FBUhik1fX9d/8zxPqbXtu36I6DkJaWHjYAs=";
batman-adv = "sha256-uWgX7R9PSJF8MlUKhPqtjIfs9Tqm9vRswmVUuZm1f/M=";
2020-01-01 19:26:23 +00:00
};
}