nitter: Update
This commit is contained in:
parent
87945746b5
commit
1569bf5657
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
pkgs.nitter.overrideAttrs (
|
pkgs.nitter.overrideAttrs (
|
||||||
_: {
|
_: {
|
||||||
version = "unstable-2023-02-02";
|
version = "unstable-2023-02-25";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "zedeus";
|
owner = "zedeus";
|
||||||
repo = "nitter";
|
repo = "nitter";
|
||||||
rev = "36c72f98603e6387431224b3fb65ada765e9ab65";
|
rev = "2751504d2f41d2fba8d4ef74a5ac413833750c00";
|
||||||
hash = "sha256-xKGfxr3GG9CiCCIq3EBeNcebOMTmeekYWJk0OhMKAxU=";
|
hash = "sha256-hrGnXAyuFQifgcdKxj22nALzgXt/6yqEAZFGr4yPOEU=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue