From b98ced2939af461f6ac2c7b8c05c1a534b91a741 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 3 May 2024 17:26:56 -0400 Subject: [PATCH] fix bad hashes --- flake.lock | 10 +++++----- flake.nix | 2 +- overlays/bypass-paywalls-clean.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index b0c8512..e59bf56 100644 --- a/flake.lock +++ b/flake.lock @@ -52,13 +52,13 @@ "bypass-paywalls-clean": { "flake": false, "locked": { - "narHash": "sha256-VioYGvLdF8Nxdyu7Jcj3k0ufUUhTIo0v+R+u+goAXN4=", + "narHash": "sha256-VZey1VgabUpsiN+mdSNzoMfxICSNKtZIuvISFcMUDw4=", "type": "file", - "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi" + "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-3.6.6.0.xpi" }, "original": { "type": "file", - "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi" + "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-3.6.6.0.xpi" } }, "cmp-nvim-lsp-src": { @@ -319,8 +319,8 @@ "nextcloud-snappymail": { "flake": false, "locked": { - "lastModified": 1713917355, - "narHash": "sha256-6mel49dSTujJnpdUt1aOJ87duXU/DBqpuqgZOKP1YII=", + "lastModified": 1714092659, + "narHash": "sha256-CsAUnbA/9XiVuk96pOK+E++lp8BlJITtfExWcb9rqPk=", "type": "tarball", "url": "https://snappymail.eu/repository/nextcloud/snappymail-2.36.1-nextcloud.tar.gz" }, diff --git a/flake.nix b/flake.nix index 6784efa..4e765f8 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ # Firefox addon from outside the extension store bypass-paywalls-clean = { # https://gitlab.com/magnolia1234/bpc-uploads/-/commits/master/?ref_type=HEADS - url = "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi"; + url = "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-3.6.6.0.xpi"; flake = false; }; diff --git a/overlays/bypass-paywalls-clean.nix b/overlays/bypass-paywalls-clean.nix index 7725ecd..1a6f2f1 100644 --- a/overlays/bypass-paywalls-clean.nix +++ b/overlays/bypass-paywalls-clean.nix @@ -9,7 +9,7 @@ inputs: _final: prev: { in prev.stdenv.mkDerivation rec { pname = "bypass-paywalls-clean"; - version = "3.4.9.0"; + version = "3.6.6.0"; src = inputs.bypass-paywalls-clean; preferLocalBuild = true; allowSubstitutes = true;