Update to latest nur and bypass-paywalls
This commit is contained in:
Generated
+3
-3
@@ -454,11 +454,11 @@
|
||||
},
|
||||
"nurpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1699022487,
|
||||
"narHash": "sha256-YgBYhtv4mH/vY19ez/KK+NE931ziZqFKTp+hB6fAqxo=",
|
||||
"lastModified": 1701139553,
|
||||
"narHash": "sha256-h+qOgl3sQIZr+VIK0Yw//+LpPfqXi1bnoNdRYZZUyAY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "cbfae2db1a6fc777c4bcbf4de7b1c02f404b28a8",
|
||||
"rev": "95271c0caebedc42e9f3273a524d7a565a77dcb3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -28,7 +28,7 @@ in with lib;
|
||||
};
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
bitwarden
|
||||
pkgs.bypass-paywalls
|
||||
bypass-paywalls-clean
|
||||
gsconnect
|
||||
foxyproxy-standard
|
||||
multi-account-containers
|
||||
|
||||
@@ -28,11 +28,6 @@ let
|
||||
|
||||
in rec {
|
||||
gregpy = myPython;
|
||||
bypass-paywalls = final.nur.repos.rycee.firefox-addons.bypass-paywalls-clean.override {
|
||||
version = "3.2.6.0";
|
||||
url = "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.6.0-custom.xpi";
|
||||
sha256 = "sha256-dEdqg0q4w+evky7oZ4l33GPEBEc/PFG2dCsQkVY9/3g=";
|
||||
};
|
||||
|
||||
## Testing adding python packages in the correct manner
|
||||
pythonPackagesExtensions = (prev.pythonPackagesExtensions or []) ++ [
|
||||
|
||||
Reference in New Issue
Block a user