fix bad hashes

This commit is contained in:
Noah Masur 2024-05-03 17:26:56 -04:00
parent aea3359236
commit b98ced2939
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View File

@ -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"
},

View File

@ -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;
};

View File

@ -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;