try overridePythonAttrs for some fucking reason

This commit is contained in:
Osman Faruk Bayram 2025-04-03 22:27:25 +03:00
parent 82cb10cecf
commit 26880c8539

View file

@ -6,7 +6,7 @@
}:
let
# https://github.com/NixOS/nixpkgs/pull/394352
cloudflare-dyndns-5-3 = pkgs.cloudflare-dyndns.overrideAttrs rec {
cloudflare-dyndns-5-3 = pkgs.cloudflare-dyndns.overridePythonAttrs rec {
version = lib.warnIfNot (pkgs.cloudflare-dyndns.version == "5.0") "The cloudflare-dyndns package is updated, you should remove this override" "5.3";
src = pkgs.fetchFromGitHub {
owner = "kissgyorgy";