telegram-desktop: 5.0.0 -> 5.0.1
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.0.0...v5.0.1 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.0.1
This commit is contained in:
parent
86d31b5253
commit
14c0d1b12c
1 changed files with 2 additions and 2 deletions
|
@ -63,14 +63,14 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telegram-desktop";
|
||||
version = "5.0.0";
|
||||
version = "5.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-BjXz2LwsvmJIaN+FZ4+mLu01jaajPvwf8YPqCjx7Kw4=";
|
||||
hash = "sha256-GKKlcNcFPXslyjE7u5t+VLOiEXY8RYjYvBNL+WjpeeY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue