Skip to content

Commit

Permalink
batman-adv: 2024.4 -> 2025.0
Browse files Browse the repository at this point in the history
Changelog: https://www.open-mesh.org/news/120
(cherry picked from commit a4fc9eb)
  • Loading branch information
herbetom authored and wolfgangwalther committed Feb 8, 2025
1 parent bfa6b38 commit dc1ee1a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/os-specific/linux/batman-adv/version.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
version = "2024.4";
version = "2025.0";

# 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.4/$tool-2024.4.tar.gz --type sha256 | xargs nix hash to-sri --type sha256
# done
# for tool in alfred batctl batman-adv; do nix-prefetch-url https://downloads.open-mesh.org/batman/releases/batman-adv-2025.0/$tool-2025.0.tar.gz --type sha256 | xargs nix hash convert --hash-algo sha256 --to sri; done
# ```
sha256 = {
alfred = "sha256-06WtkGtygDbkc1+dZKcrlzHxb4Hz2N9Ay0eFkaO9IpQ=";
batctl = "sha256-5CvfGk7LSxiLzTrKF+EgSWpCtlR1k7kX4//PlD4/KRM=";
batman-adv = "sha256-pVTfb8erzMayQ/Vup7GESGyV6phtsRM/h6r+I32pLyE=";
alfred = "sha256-x7U5aZp0RuoKGLh9uF/Y+SCiv0mnAqkD+ACitygRI4s=";
batctl = "sha256-3V9bcd0XUOuo1p3TrfcHiXQcbPY4zyvyzLwvuE9cFo8=";
batman-adv = "sha256-uQxFRNPPOfbXzZIGEmsWL1EQ+7SYDeltRfvPUDPQhRo=";
};
}

0 comments on commit dc1ee1a

Please sign in to comment.