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 20:26:23 +01:00
{
2023-06-21 13:20:03 +02:00
version = "2023.1";
2020-01-01 20:26:23 +01:00
sha256 = {
2023-06-21 13:20:03 +02:00
batman-adv = "sha256-9GpyhmYKXsNQahvn72C0ccUaxwVQWX1ZgEBHmre5Nrg=";
alfred = "sha256-Q4BIJI83N1fTqL3ny8bbZoX00BBdEw2i9aVPKQkMaXQ=";
batctl = "sha256-5b9HMF2VWrsZkkS9Dl//q5YQixr/q9DZcFUz+AWTlfE=";
2020-01-01 20:26:23 +01:00
};
}