Merge pull request #228279 from erdnaxe/nitter_fix

nitter: unstable-2023-03-28 -> unstable-2023-04-21
This commit is contained in:
Weijia Wang 2023-04-26 19:00:36 +03:00 committed by GitHub
commit 74269e279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@
fetchFromGitHub {
owner = "karaxnim";
repo = "karax";
rev = "fa4a2dc";
sha256 = "0xl83jsfb9l8kb0nfan9h5y6v96iz4psng2fx06a0qmig4993408";
rev = "5cf360c";
hash = "sha256-TPwQSqi7ciR6QMklWi/bOJnyzCAT1lZyxW4DTiWTALo=";
}

View File

@ -7,13 +7,13 @@
nimPackages.buildNimPackage rec {
pname = "nitter";
version = "unstable-2023-03-28";
version = "unstable-2023-04-21";
src = fetchFromGitHub {
owner = "zedeus";
repo = "nitter";
rev = "95893eedaa2fb0ca0a0a15257d81b720f7f3eb67";
hash = "sha256-nXa8/d8OFFudA4LWpHiCFhnGmvBw2NXMhHMAD9Sp/vk=";
rev = "2254a0728c587ebcec51ff08da0bf145606a629e";
hash = "sha256-d4KYBCcYbfvEtOqa1umcXmYsBRvhLgpHVoCUfY0XdXI=";
};
patches = [