summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nix-hashes.yml4
-rw-r--r--nix/hashes.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml
index caf94e140..cc16d8184 100644
--- a/.github/workflows/nix-hashes.yml
+++ b/.github/workflows/nix-hashes.yml
@@ -84,9 +84,9 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ persist-credentials: false
fetch-depth: 0
ref: ${{ github.ref_name }}
diff --git a/nix/hashes.json b/nix/hashes.json
index 23ef03d88..c6b759dc8 100644
--- a/nix/hashes.json
+++ b/nix/hashes.json
@@ -2,7 +2,7 @@
"nodeModules": {
"x86_64-linux": "sha256-3wRTDLo5FZoUc2Bwm1aAJZ4dNsekX8XoY6TwTmohgYo=",
"aarch64-linux": "sha256-CKiuc6c52UV9cLEtccYEYS4QN0jYzNJv1fHSayqbHKo=",
- "aarch64-darwin": "sha256-pWfXomWTDvG8WpWmUCwNXdbSHw6hPlqoT0Q/XuNceMc=",
- "x86_64-darwin": "sha256-Dmg4+cUq2r6vZB2ta9tLpNAWqcl11ZCu4ZpieegRFrY="
+ "aarch64-darwin": "got:sha256-jGr2udrVeseioMWpIzpjYFfS1CN8GvNFwo6o92Aa5Oc=",
+ "x86_64-darwin": "got:sha256-k5384Uun7tLjKkfJXXPcaZSXQ5jf/tMv21xi5cJU1rM="
}
}