mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 21:06:01 +01:00
fix updating revision in wlroots.wrap
revision gets updated to the previous one, not current.
This commit is contained in:
parent
302ec1372c
commit
1d902a4621
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if [ "$SUB_REV" != "$CRT_REV" ]; then
|
||||||
jq <flake.lock 'del(.nodes.wlroots.original.rev)' | sponge flake.lock
|
jq <flake.lock 'del(.nodes.wlroots.original.rev)' | sponge flake.lock
|
||||||
|
|
||||||
# fix revision in wlroots.wrap
|
# fix revision in wlroots.wrap
|
||||||
sed -Ei "s/[a-z0-9]{40}/$CRT_REV/g" subprojects/wlroots.wrap
|
sed -Ei "s/[a-z0-9]{40}/$SUB_REV/g" subprojects/wlroots.wrap
|
||||||
else
|
else
|
||||||
echo "wlroots is up to date!"
|
echo "wlroots is up to date!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue