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.

10 lines
253 B
Nix
Raw Normal View History

2020-01-01 19:26:23 +00:00
{
2022-05-06 16:22:07 +00:00
version = "2022.1";
2020-01-01 19:26:23 +00:00
sha256 = {
2022-05-06 16:22:07 +00:00
batman-adv = "sha256-bQQdNTCr1LJJq/Wpb8Ki4kFDG/lEO1R/2yWi2P0ymkA=";
alfred = "sha256-OgrCuybgyz8nMtSHNmmgoi6YJej5qOerrJhjY/J1CX8=";
batctl = "sha256-h+iak4lxuGJCJoG7NBBOmytLZRLR0WXelTYw3zjWGmg=";
2020-01-01 19:26:23 +00:00
};
}