1
0
Fork 0

nitter: Update

This commit is contained in:
Daniel Kempkens 2023-02-26 00:05:53 +01:00
parent 87945746b5
commit 1569bf5657
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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=";
}; };
} }
) )