Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
db556a55a5
Merge 6a5c5c48d8 into ea53730389 2025-03-29 04:25:39 +00:00
foo-dogsquared
ea53730389 pkgs/firefox-addons: update as of 2025-03-24
Some checks failed
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
2025-03-24 01:26:09 +00:00
dependabot[bot]
6a5c5c48d8
build(deps): bump cachix/cachix-action from 15 to 16
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v15...v16)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:25:55 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
extra-conf: |
keep-going = true
- name: Prepare push to binary cache
uses: cachix/cachix-action@v15
uses: cachix/cachix-action@v16
if: ${{ github.ref == 'refs/heads/master' }}
with:
name: foo-dogsquared

View File

@ -2,10 +2,10 @@
{
"cookies-txt" = buildFirefoxXpiAddon {
pname = "cookies-txt";
version = "0.7";
version = "0.8";
addonId = "{12cf650b-1822-40aa-bff0-996df6948878}";
url = "https://addons.mozilla.org/firefox/downloads/file/4368538/cookies_txt-0.7.xpi";
sha256 = "04ff7cf1fbebdba3c112fbd4d4ea83f90a08d8a267e63d44cca210659080930e";
url = "https://addons.mozilla.org/firefox/downloads/file/4451023/cookies_txt-0.8.xpi";
sha256 = "0cfa85e4f1defc0f0e72c4b7a26372d7890d52780e555b868ef4a3759d7bc3ec";
meta = with lib;
{
description = "Exports all cookies to a Netscape HTTP Cookie File, as used by curl, wget, and youtube-dl, among others.";