1
0
Fork 0

Update nitter

This commit is contained in:
Daniel Kempkens 2023-03-04 17:51:19 +01:00
parent c2ba5113f1
commit b1779e86ed
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-25"; version = "unstable-2023-03-04";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "zedeus"; owner = "zedeus";
repo = "nitter"; repo = "nitter";
rev = "2751504d2f41d2fba8d4ef74a5ac413833750c00"; rev = "725f601c9b006cd774024464caf4529068eb17a9";
hash = "sha256-hrGnXAyuFQifgcdKxj22nALzgXt/6yqEAZFGr4yPOEU="; hash = "sha256-S4Tyq4PbXDz5lpSFOIIB5pd6oEPkmxmuk3vcHGm0xZY=";
}; };
} }
) )