telegram-desktop: 5.10.6 -> 5.10.7
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.10.6...v5.10.7 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.10.7
This commit is contained in:
+2
-2
@@ -46,14 +46,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "telegram-desktop-unwrapped";
|
||||
version = "5.10.6";
|
||||
version = "5.10.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-ebhedEMXdD3DQDyVHRjs0cNHh4psPDUsNwgosJEVEYI=";
|
||||
hash = "sha256-lcU2EJQgT7vQa2z0SB8LKhWjhn22Wc+eHi92junY2PY=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
|
||||
Reference in New Issue
Block a user