Unsilent sources
This commit is contained in:
parent
d4960a8ab9
commit
c8cb0e4fb5
|
@ -7,7 +7,7 @@ DIRECTORY=$(realpath "$(dirname "$0")")
|
|||
# Update swayimg
|
||||
SWAYIMG_VERSION=$(curl https://api.github.com/repos/artemsen/swayimg/tags | jq -r ".[0].name" | tr -d "v")
|
||||
SWAYIMG_URL="https://github.com/artemsen/swayimg/archive/refs/tags/v$SWAYIMG_VERSION.tar.gz"
|
||||
SWAYIMG_HASH=$(nix-prefetch fetchurl --url "$SWAYIMG_URL" -s)
|
||||
SWAYIMG_HASH=$(nix-prefetch fetchurl --url "$SWAYIMG_URL")
|
||||
jq --null-input \
|
||||
--arg version "$SWAYIMG_VERSION" \
|
||||
--arg url "$SWAYIMG_URL" \
|
||||
|
|
Loading…
Reference in New Issue