1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-05-06 05:26:07 +02:00

mess with nitter (and fail)

This commit is contained in:
Jill "oatmealine" Monoids 2023-06-08 20:13:08 +02:00
parent 47620001a7
commit 9d93277716

View File

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