2023-01-28 21:05:02 +00:00
|
|
|
final: prev: {
|
|
|
|
blesh = prev.blesh.overrideAttrs (oldAttrs: rec {
|
2023-05-17 22:04:39 +00:00
|
|
|
#inherit (prev.sources.blesh-nvfetcher) version src;
|
|
|
|
version = "0.4.0-devel3";
|
|
|
|
src = prev.fetchzip {
|
|
|
|
url = "https://github.com/akinomyoga/ble.sh/releases/download/v${version}/ble-${version}.tar.xz";
|
|
|
|
sha256 = "sha256-kGLp8RaInYSrJEi3h5kWEOMAbZV/gEPFUjOLgBuMhCI=";
|
|
|
|
};
|
2023-01-28 21:05:02 +00:00
|
|
|
});
|
|
|
|
}
|