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
|
||||
bazaar
|
||||
blackbox-terminal
|
||||
delfin
|
||||
discord
|
||||
firefox
|
||||
gapless
|
||||
@@ -83,6 +82,15 @@
|
||||
seahorse
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
|
||||
(delfin.overrideAttrs (old: {
|
||||
src = fetchFromCodeberg {
|
||||
repo = "delfin";
|
||||
owner = "Fisch";
|
||||
rev = "0c4edad17189943162bbc98304e0211f765ba70e";
|
||||
hash = "sha256-xe1US0Yk6hpRN57qx0yhuwolope/j4UkDtIGliOO4Gc=";
|
||||
};
|
||||
}))
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
|
||||
Reference in New Issue
Block a user