···4243 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
44 # source of the latter disappears much faster.
45- version = "8.133.0.202";
46- revision = "375";
4748 rpath =
49 lib.makeLibraryPath [
···103 fetchurl {
104 name = "skypeforlinux-${version}-${revision}.snap";
105 url = "https://api.snapcraft.io/api/v1/snaps/download/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV_${revision}.snap";
106- hash = "sha512-xTkVc/0IWMzVOogWXsphX1YIRWqm7GYgKMeGBxi1lP19eVXjOCghUGIQEd431QkTc2WMdmkWtuYD2toFMtkfWA==";
107 }
108 else
109 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
···4243 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
44 # source of the latter disappears much faster.
45+ version = "8.134.0.202";
46+ revision = "378";
4748 rpath =
49 lib.makeLibraryPath [
···103 fetchurl {
104 name = "skypeforlinux-${version}-${revision}.snap";
105 url = "https://api.snapcraft.io/api/v1/snaps/download/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV_${revision}.snap";
106+ hash = "sha512-AJ2kPitiDcnpJwJtRO0Yc8ypFdrVEFACwCt2hJM163oKKsQEqdyhUdEBigT43HrFPW74T8kRcoTbRuPLOGw0FQ==";
107 }
108 else
109 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
+1-1
pkgs/by-name/tg/tg-archive/package.nix
···42 description = "A tool for exporting Telegram group chats into static websites like mailing list archives";
43 homepage = "https://github.com/knadh/tg-archive";
44 license = lib.licenses.mit;
45- maintainers = with lib.maintainers; [ pacien ];
46 mainProgram = "tg-archive";
47 };
48}
···42 description = "A tool for exporting Telegram group chats into static websites like mailing list archives";
43 homepage = "https://github.com/knadh/tg-archive";
44 license = lib.licenses.mit;
45+ maintainers = with lib.maintainers; [ euxane ];
46 mainProgram = "tg-archive";
47 };
48}
···88 homepage = "https://translatelocally.com/";
89 description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
90 license = licenses.mit;
91- maintainers = with maintainers; [ pacien ];
92 platforms = platforms.linux;
93 };
94})
···88 homepage = "https://translatelocally.com/";
89 description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
90 license = licenses.mit;
91+ maintainers = with maintainers; [ euxane ];
92 platforms = platforms.linux;
93 };
94})