12 lines
323 B
Nix
12 lines
323 B
Nix
final: prev:
|
|
prev.xmppc.overrideAttrs (finalAttrs: prevAttrs: {
|
|
version = "0.1.2-clerie-custom";
|
|
patches = [
|
|
(final.fetchpatch {
|
|
# read password from file
|
|
url = "https://codeberg.org/Anoxinon_e.V./xmppc/pulls/38.patch";
|
|
hash = "sha256-gAD0mfuvqqC7AFtMdtbW+tJiD1F9tOP6/E0eJayDXqc=";
|
|
})
|
|
];
|
|
})
|