mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(package): change delfin source with patch
This commit is contained in:
@@ -71,7 +71,6 @@
|
|||||||
baobab
|
baobab
|
||||||
bazaar
|
bazaar
|
||||||
blackbox-terminal
|
blackbox-terminal
|
||||||
delfin
|
|
||||||
discord
|
discord
|
||||||
firefox
|
firefox
|
||||||
gapless
|
gapless
|
||||||
@@ -83,6 +82,15 @@
|
|||||||
seahorse
|
seahorse
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
|
(delfin.overrideAttrs (old: {
|
||||||
|
src = fetchFromCodeberg {
|
||||||
|
repo = "delfin";
|
||||||
|
owner = "Fisch";
|
||||||
|
rev = "0c4edad17189943162bbc98304e0211f765ba70e";
|
||||||
|
hash = "sha256-xe1US0Yk6hpRN57qx0yhuwolope/j4UkDtIGliOO4Gc=";
|
||||||
|
};
|
||||||
|
}))
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user