2021-05-09 00:06:52 +02:00
|
|
|
final: prev:
|
|
|
|
{
|
|
|
|
transgui = prev.transgui.overrideAttrs (oldAttrs: {
|
2021-07-03 20:46:24 +02:00
|
|
|
patches = (oldAttrs.patches or [ ]) ++ [
|
2021-05-09 00:06:52 +02:00
|
|
|
(final.fetchpatch {
|
|
|
|
url = "https://patch-diff.githubusercontent.com/raw/transmission-remote-gui/transgui/pull/1354.patch";
|
|
|
|
sha256 = "sha256-Q4DAduqnTtNI0Zw9NIWpE8L0G8RusvPbZ3iW29k7XXA=";
|
|
|
|
})
|
|
|
|
];
|
|
|
|
});
|
|
|
|
}
|