overlays: transgui: correctly use previous patches
This commit is contained in:
parent
1a492c6eb8
commit
222d9f789d
|
@ -1,7 +1,7 @@
|
|||
final: prev:
|
||||
{
|
||||
transgui = prev.transgui.overrideAttrs (oldAttrs: {
|
||||
patches = [
|
||||
patches = (oldAttrs.patches or [ ]) ++ [
|
||||
(final.fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/transmission-remote-gui/transgui/pull/1354.patch";
|
||||
sha256 = "sha256-Q4DAduqnTtNI0Zw9NIWpE8L0G8RusvPbZ3iW29k7XXA=";
|
||||
|
|
Loading…
Reference in a new issue