batman-adv: 2025.2 -> 2025.3 (#441157)

authored by philiptaron.tngl.sh and committed by GitHub 654affd8 f728e1b7

+5 -5
+5 -5
pkgs/os-specific/linux/batman-adv/version.nix
··· 1 { 2 - version = "2025.2"; 3 4 # To get these, run: 5 # 6 # ``` 7 - # for tool in alfred batctl batman-adv; do nix-prefetch-url https://downloads.open-mesh.org/batman/releases/batman-adv-2025.2/$tool-2025.2.tar.gz --type sha256 | xargs nix --extra-experimental-features nix-command hash convert --hash-algo sha256 --to sri; done 8 # ``` 9 sha256 = { 10 - alfred = "sha256-Q0fR5LB5Svv2sXGoV7mjx9UaKR/FTxbNrZLH99HNtRo="; 11 - batctl = "sha256-q2wDRqFvER57n9XOVczd633grXdCvi9FExfrQo9qCpY="; 12 - batman-adv = "sha256-FsRfi7jzBTcc2Q6IhjDPslHCsYnlUypSepNvo1ukl/c="; 13 }; 14 }
··· 1 { 2 + version = "2025.3"; 3 4 # To get these, run: 5 # 6 # ``` 7 + # for tool in alfred batctl batman-adv; do nix-prefetch-url https://downloads.open-mesh.org/batman/releases/batman-adv-2025.3/$tool-2025.3.tar.gz --type sha256 | xargs nix --extra-experimental-features nix-command hash convert --hash-algo sha256 --to sri; done 8 # ``` 9 sha256 = { 10 + alfred = "sha256-+wTI22Y6bh0dyeRnEvyr6Ctz0MC0fkC00WEAAu9RCXU="; 11 + batctl = "sha256-cERLGCyF0MJxTZFFdBJJgIAbt0PRYm7iehefoiBm/cI="; 12 + batman-adv = "sha256-vggjoJNr9Z4q8tEVp+JjF/giC5mPSDMldGWvK2/+HOg="; 13 }; 14 }