update overrides

This commit is contained in:
Hendrik Sokolowski 2023-12-12 03:30:00 +01:00
parent a7efed6f20
commit f706733f0b
4 changed files with 0 additions and 38 deletions

View file

@ -1,10 +0,0 @@
final: prev: {
blesh = prev.blesh.overrideAttrs (oldAttrs: rec {
#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=";
};
});
}

View file

@ -1,8 +1,5 @@
[
(import ../pkgs)
(import ./blesh.nix)
(import ./invidious.nix)
(import ./manix.nix)
(import ./neovim-plugins.nix)
(import ./tang.nix)
]

View file

@ -1,12 +0,0 @@
final: prev: {
invidious = prev.invidious.overrideAttrs (oldAttrs: rec {
version = "unstable-2023-02-22";
src = prev.fetchFromGitHub {
owner = "iv-org";
repo = "invidious";
rev = "0995e0447c2b54d80b55231830b847d41c19b404";
hash = "sha256-hXF836jxMriMJ/qcBJIF5cRvQG719PStKqTZQcIRqlw=";
fetchSubmodules = true;
};
});
}

View file

@ -1,13 +0,0 @@
final: prev: {
tang = prev.tang.overrideAttrs (oldAttrs: rec {
pname = "tang";
version = "11";
src = prev.fetchFromGitHub {
owner = "latchset";
repo = pname;
rev = "v${version}";
sha256 = "";
};
});
}