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:
parent
2af3952cf5
commit
6fafab2e5c
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
RELEASE=24.11
|
RELEASE=25.05
|
||||||
|
|
||||||
update_channel() {
|
update_channel() {
|
||||||
local channel_name="$1" # Hydra channel name (e.g., nixos-24.11)
|
local channel_name="$1" # Hydra channel name (e.g., nixos-24.11)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user