diff --git a/.github/workflows/pin-latest-hyprland.yml b/.github/workflows/pin-latest-hyprland.yml index 80750e8..861e468 100644 --- a/.github/workflows/pin-latest-hyprland.yml +++ b/.github/workflows/pin-latest-hyprland.yml @@ -19,7 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -eu - ./scripts/ci/pin-latest-hyprland main + ./scripts/ci/pin-latest-hyprland v0.8.2 if git diff --quiet hyprpm.toml; then # no changes exit 0 fi diff --git a/hyprpm.toml b/hyprpm.toml index e1ce9df..220d4e6 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -15,7 +15,6 @@ commit_pins = [ ["f044e4c9514ec89c4c1fc8a523ca90b8cb907fb7", "070ca398300bf5b9e1a636ca057882c0312c228d"], # CMonitor* -> PHLMONITOR ["a425fbebe4cf4238e48a42f724ef2208959d66cf", "a86ed5581498186ed31241c0c246629ef771d1e6"], # v0.45.0 ["500d2a3580388afc8b620b0a3624147faa34f98b", "cb929099477407116031010905ce439db771dd62"], # v0.45.1 -["12f9a0d0b93f691d4d9923716557154d74777b0a", "cb929099477407116031010905ce439db771dd62"], # v0.45.2 ## DO NOT EDIT THIS LINE: for auto pin script ## ]