Update packages
This commit is contained in:
parent
96061b3d7f
commit
11e605440d
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"rev": "50eaf7531781bc680f9dd8758ec7de042671569f",
|
"rev": "540323ac37fc5fdce998a409e18ecafbdfdcc7ee",
|
||||||
"hash": "sha256-1pSFqQNvLuEdZYEWvxxyJeP0Us+Quhz7aZSZ9KEPbxI="
|
"hash": "0xrm6cnf2xamnklran5k5nck0m4g9jz5qrn2nj132ssi36zxdiqi"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"rev": "a0f3ca2a833c00cc9c266316a155617b478e4ce4",
|
"rev": "c710e7691203fe4d7e310a1e5b56020734913390",
|
||||||
"hash": "sha256-kIArdWhQyYpbfCa4sevepsKi035Lm95cH6vdXzG1qmE="
|
"hash": "1apfn6whfi2srnaim4b35y80m8ca85svmynj0p4cjp5p3q6kpanl"
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ echo "swayimg now at $SWAYIMG_VERSION"
|
||||||
PYPRLAND_BRANCH=$(curl https://api.github.com/repos/hyprland-community/pyprland | jq -r '.default_branch')
|
PYPRLAND_BRANCH=$(curl https://api.github.com/repos/hyprland-community/pyprland | jq -r '.default_branch')
|
||||||
PYPRLAND_REV=$(curl https://api.github.com/repos/hyprland-community/pyprland/git/refs/heads/$PYPRLAND_BRANCH | \
|
PYPRLAND_REV=$(curl https://api.github.com/repos/hyprland-community/pyprland/git/refs/heads/$PYPRLAND_BRANCH | \
|
||||||
jq -r '.object.sha')
|
jq -r '.object.sha')
|
||||||
PYPRLAND_HASH=$(nix-prefetch fetchFromGitHub --owner hyprland-community --repo pyprland --rev $PYPRLAND_REV)
|
PYPRLAND_HASH=$(nix-prefetch-git --url "https://github.com/hyprland-community/pyprland" --rev "$PYPRLAND_REV" --quiet | jq '.sha256' -r)
|
||||||
jq --null-input \
|
jq --null-input \
|
||||||
--arg rev "$PYPRLAND_REV" \
|
--arg rev "$PYPRLAND_REV" \
|
||||||
--arg hash "$PYPRLAND_HASH" \
|
--arg hash "$PYPRLAND_HASH" \
|
||||||
|
@ -44,7 +44,7 @@ echo "pyprland now at $PYPRLAND_REV"
|
||||||
GAMESCOPE_BRANCH=$(curl https://api.github.com/repos/ValveSoftware/gamescope | jq -r '.default_branch')
|
GAMESCOPE_BRANCH=$(curl https://api.github.com/repos/ValveSoftware/gamescope | jq -r '.default_branch')
|
||||||
GAMESCOPE_REV=$(curl https://api.github.com/repos/ValveSoftware/gamescope/git/refs/heads/$GAMESCOPE_BRANCH | \
|
GAMESCOPE_REV=$(curl https://api.github.com/repos/ValveSoftware/gamescope/git/refs/heads/$GAMESCOPE_BRANCH | \
|
||||||
jq -r '.object.sha')
|
jq -r '.object.sha')
|
||||||
GAMESCOPE_HASH=$(nix-prefetch fetchFromGitHub --owner ValveSoftware --repo gamescope --rev $GAMESCOPE_REV --fetchSubmodules)
|
GAMESCOPE_HASH=$(nix-prefetch-git --url "https://github.com/ValveSoftware/gamescope" --rev "$GAMESCOPE_REV" --quiet | jq '.sha256' -r)
|
||||||
jq --null-input \
|
jq --null-input \
|
||||||
--arg rev "$GAMESCOPE_REV" \
|
--arg rev "$GAMESCOPE_REV" \
|
||||||
--arg hash "$GAMESCOPE_HASH" \
|
--arg hash "$GAMESCOPE_HASH" \
|
||||||
|
|
Loading…
Reference in New Issue