marleyos/overlays/ddclient/default.nix

11 lines
286 B
Nix
Raw Normal View History

2025-02-26 04:12:54 +00:00
_: final: prev: {
2025-03-02 02:21:42 +00:00
ddclient = prev.ddclient.overrideAttrs {
2025-02-26 04:12:54 +00:00
src = final.fetchFromGitHub {
owner = "ddclient";
repo = "ddclient";
rev = "1c0ba9a1260111f2eb75e76718d218ae2ee0b29f";
sha256 = "sha256-O9beXB1pcub2WzdvujpqRYTrZqOSwI8zy9CvWcLpb4o=";
};
};
}