Update packages

This commit is contained in:
Nathan McCarty 2023-08-08 12:20:42 -04:00
parent 96061b3d7f
commit 11e605440d
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{
"rev": "50eaf7531781bc680f9dd8758ec7de042671569f",
"hash": "sha256-1pSFqQNvLuEdZYEWvxxyJeP0Us+Quhz7aZSZ9KEPbxI="
"rev": "540323ac37fc5fdce998a409e18ecafbdfdcc7ee",
"hash": "0xrm6cnf2xamnklran5k5nck0m4g9jz5qrn2nj132ssi36zxdiqi"
}

View File

@ -1,4 +1,4 @@
{
"rev": "a0f3ca2a833c00cc9c266316a155617b478e4ce4",
"hash": "sha256-kIArdWhQyYpbfCa4sevepsKi035Lm95cH6vdXzG1qmE="
"rev": "c710e7691203fe4d7e310a1e5b56020734913390",
"hash": "1apfn6whfi2srnaim4b35y80m8ca85svmynj0p4cjp5p3q6kpanl"
}

View File

@ -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_REV=$(curl https://api.github.com/repos/hyprland-community/pyprland/git/refs/heads/$PYPRLAND_BRANCH | \
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 \
--arg rev "$PYPRLAND_REV" \
--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_REV=$(curl https://api.github.com/repos/ValveSoftware/gamescope/git/refs/heads/$GAMESCOPE_BRANCH | \
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 \
--arg rev "$GAMESCOPE_REV" \
--arg hash "$GAMESCOPE_HASH" \