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