1
0
Fork 0
nix-overlay/packages/nitter-unstable.nix

15 lines
314 B
Nix
Raw Normal View History

2023-02-14 09:27:37 +00:00
{ system, lib, pkgs }:
pkgs.nitter.overrideAttrs (
_: {
version = "unstable-2023-02-02";
src = pkgs.fetchFromGitHub {
owner = "zedeus";
repo = "nitter";
rev = "36c72f98603e6387431224b3fb65ada765e9ab65";
hash = "sha256-xKGfxr3GG9CiCCIq3EBeNcebOMTmeekYWJk0OhMKAxU=";
};
}
)