chore(update_cached_hashes): update RELEASE version to 25.05

- Changed RELEASE variable from 24.11 to 25.05 in the script
- This affects cached hash updates for the new release version
- No functional changes, only build configuration update
This commit is contained in:
Giulio De Pasquale 2025-06-05 16:52:28 +01:00
parent 2af3952cf5
commit 6fafab2e5c

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RELEASE=24.11
RELEASE=25.05
update_channel() {
local channel_name="$1" # Hydra channel name (e.g., nixos-24.11)