Merge pull request #274067 from philiptaron/batman-update
This commit is contained in:
commit
42628ca6ee
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
|
homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
|
||||||
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
|
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ fpletz hexa ];
|
maintainers = with lib.maintainers; [ fpletz hexa philiptaron ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,16 @@
|
|||||||
{
|
{
|
||||||
version = "2023.2";
|
version = "2023.3";
|
||||||
|
|
||||||
|
# To get these, run:
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# for tool in alfred batctl batman-adv; do
|
||||||
|
# nix-prefetch-url https://downloads.open-mesh.org/batman/releases/batman-adv-2023.3/$tool-2023.3.tar.gz --type sha256 | xargs nix hash to-sri --type sha256
|
||||||
|
# done
|
||||||
|
# ```
|
||||||
sha256 = {
|
sha256 = {
|
||||||
batman-adv = "sha256-OQfc1X4sW/2dQHE5YLlAK/HaT4DFm1/wN3ifu7vY+iU=";
|
alfred = "sha256-rVrUFJ+uz351MCpXeqpnOxz8lAXSAksrSpFjuscMjk8=";
|
||||||
alfred = "sha256-qSBgKFZPieW/t3FK4piDoWEPYr4+YcCW4f6zYgBxjg4=";
|
batctl = "sha256-mswxFwkwwXl8OHY7h73/iAVMNNHwEvu4EAaCc/7zEhI=";
|
||||||
batctl = "sha256-cLX5MfpjYyVpe9829tE0oDxJBvTBfLdlCjxxSQFDbsg=";
|
batman-adv = "sha256-98bFPlk0PBYmQsubRPEBZ2XUv1E+A5ACvmEremweo2w=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user