Skip to content

Commit

Permalink
Merge pull request #194 from horriblename/chore-update-pin
Browse files Browse the repository at this point in the history
Chore update pin
  • Loading branch information
horriblename authored Dec 19, 2024
2 parents 9df7246 + dd964b7 commit b2a1da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hyprpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
]

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/pin-latest-hyprland
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b2a1da1

Please sign in to comment.