diff --git a/.github/update.sh b/.github/update.sh index 3aadc32..08e2e8e 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -121,12 +121,12 @@ try_to_update() { echo "[skipping] An artifact $artifact_name already exists in $release_name @ following link: $self_download_url" fi - jq ".[\"twilight-resilient\"][\"$arch-linux\"] = {\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$self_download_url\",\"sha256\":\"$sha256\"}" sources.json.tmp + jq ".[\"twilight\"][\"$arch-linux\"] = {\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$self_download_url\",\"sha256\":\"$sha256\"}" sources.json.tmp mv sources.json.tmp sources.json done fi - jq ".[\"$version_name\"][\"$arch-linux\"] = {\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$download_url\",\"sha256\":\"$sha256\"}" sources.json.tmp + jq ".[\"$version_name-official\"][\"$arch-linux\"] = {\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$download_url\",\"sha256\":\"$sha256\"}" sources.json.tmp mv sources.json.tmp sources.json echo "$version_name was updated to $version" diff --git a/flake.nix b/flake.nix index c8ac523..3316f5f 100644 --- a/flake.nix +++ b/flake.nix @@ -154,7 +154,7 @@ default = mkZen "beta" system "beta"; beta = mkZen "beta" system "beta"; twilight = mkZen "twilight" system "twilight"; - twilight-resilient = mkZen "twilight" system "twilight-resilient"; + twilight-official = mkZen "twilight" system "twilight-official"; }); }; }