Skip to content

Commit

Permalink
batman-adv: 2024.3 -> 2024.4 (#363940)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Dec 11, 2024
2 parents 7d24413 + 38c02e8 commit 53261ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/batman-adv/version.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
version = "2024.3";
version = "2024.4";

# 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
# 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
# ```
sha256 = {
alfred = "sha256-1xFDOMGgZGla9x1Y3gNnenIZsHxVQpuA+G3APAJJ/+o=";
batctl = "sha256-Zl5lXto4FBUhik1fX9d/8zxPqbXtu36I6DkJaWHjYAs=";
batman-adv = "sha256-uWgX7R9PSJF8MlUKhPqtjIfs9Tqm9vRswmVUuZm1f/M=";
alfred = "sha256-06WtkGtygDbkc1+dZKcrlzHxb4Hz2N9Ay0eFkaO9IpQ=";
batctl = "sha256-5CvfGk7LSxiLzTrKF+EgSWpCtlR1k7kX4//PlD4/KRM=";
batman-adv = "sha256-pVTfb8erzMayQ/Vup7GESGyV6phtsRM/h6r+I32pLyE=";
};
}

0 comments on commit 53261ae

Please sign in to comment.