mirror of
https://git.oat.zone/dark-firepit/dotfiles
synced 2024-11-23 02:12:26 +01:00
mess with nitter (and fail)
This commit is contained in:
parent
47620001a7
commit
9d93277716
@ -1,12 +1,12 @@
|
|||||||
self: super: {
|
self: super: {
|
||||||
nitter = super.nitter.overrideAttrs (old: {
|
nitter = super.nitter.overrideAttrs (old: {
|
||||||
# https://github.com/zedeus/nitter/pull/830
|
# https://github.com/zedeus/nitter/pull/830
|
||||||
version = "unstable-2023-04-16";
|
version = "unstable-2023-05-31";
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "PrivacyDevel";
|
owner = "zedeus";
|
||||||
repo = "nitter";
|
repo = "nitter";
|
||||||
rev = "11279e2b4ff612f523380c2ff4678a056eb5c03c";
|
rev = "38985af6ed30f050201b15425cdac0dc2e286b6d";
|
||||||
hash = "sha256-GSBtyrrQTYRO9+XNXZsXOtnQ5QrLqmKE81RkuX/btUs=";
|
hash = "sha256-YPwApMCsra/T5EzCup28/4FaOrhEuw3MBiitv+LTbi0=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user