From ba822e10f3ccf3949567f272c60e712191fb788e Mon Sep 17 00:00:00 2001 From: Oliver Geneser Date: Sat, 1 Feb 2025 15:10:44 +0100 Subject: [PATCH 1/2] fix: change from tar.bz2 to tar.xz --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index 9861285..ce2b6fe 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -50,7 +50,7 @@ try_to_update() { fi version=$(echo "$target_tag_meta" | jq -r '.name') - download_url="https://github.com/zen-browser/desktop/releases/download/$version/zen.linux-$arch.tar.bz2" + download_url="https://github.com/zen-browser/desktop/releases/download/$version/zen.linux-$arch.tar.xz" prefetch_output=$(nix store prefetch-file --unpack --hash-type sha256 --json "$download_url") sha256=$(echo "$prefetch_output" | jq -r '.hash') From ba88b9a589bda90532e26cb50d4d8598d7e66290 Mon Sep 17 00:00:00 2001 From: Oliver Geneser Date: Sat, 1 Feb 2025 15:13:51 +0100 Subject: [PATCH 2/2] fix: change from magic-nix-cache to flakehub-cache --- .github/workflows/zen-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zen-update.yml b/.github/workflows/zen-update.yml index 475d7fb..dd37f76 100644 --- a/.github/workflows/zen-update.yml +++ b/.github/workflows/zen-update.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Nix Magic Cache if: steps.check.outputs.should_update == 'true' - uses: DeterminateSystems/magic-nix-cache-action@main + uses: DeterminateSystems/flakehub-cache-action@main - name: Update versions id: update