From c70f9b7e99333c59054491da02ca4525b9e863d3 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 19 Dec 2024 19:47:58 +0100 Subject: [PATCH 1/2] chore: pin hyprland v0.46.1 --- hyprpm.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprpm.toml b/hyprpm.toml index 4bbdbd5..15cd170 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -18,6 +18,7 @@ commit_pins = [ ["12f9a0d0b93f691d4d9923716557154d74777b0a", "cb929099477407116031010905ce439db771dd62"], # v0.45.2 ["320144ae7288fe23686935ebb235d9fe0c900862", "0c2c3dc676cee437cece6cca67965bbaba0e45b5"], # CColor -> CHyprColor ["8bbeee11734d3ba8e2cf15d19cb3c302f8bfdbf2", "b0c1287d571e829adf0b9fe17677c9e7c4277703"], # clang-tidy + ["254fc2bc6000075f660b4b8ed818a6af544d1d64", "9df724651ea92fc0c90ec55e0ef66048c9f76b57"], # v0.46.1 ## DO NOT EDIT THIS LINE: for auto pin script ## ] From dd964b736b93d99b226c9879f180e92ede8f49e0 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 19 Dec 2024 22:23:01 +0100 Subject: [PATCH 2/2] ci: fix indentation in pin updater --- scripts/ci/pin-latest-hyprland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/pin-latest-hyprland b/scripts/ci/pin-latest-hyprland index 2c97c02..ef8b3bf 100755 --- a/scripts/ci/pin-latest-hyprland +++ b/scripts/ci/pin-latest-hyprland @@ -52,7 +52,7 @@ commitPin="$("$SCRIPT_DIR/test-pin.sh" "$hlTag" "$HYPRGRASS_REV")" echoerr "pin tests passed: $commitPin" echoerr 'updating hyprpm.toml' -sed -i "/## DO NOT EDIT THIS LINE: for auto pin script ##/ i $commitPin" \ +sed -i "/## DO NOT EDIT THIS LINE: for auto pin script ##/ i\ $commitPin" \ hyprpm.toml echoerr 'done updating hyprpm.toml'