telegram-desktop: 5.4.0 -> 5.4.1
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.4.0...v5.4.1 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.4.1
This commit is contained in:
+2
-2
@@ -63,14 +63,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "telegram-desktop";
|
||||
version = "5.4.0";
|
||||
version = "5.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-D8ujmAlCz7TPIO+lVJURO2xO73BdCuTtckCWpvbGxEg=";
|
||||
hash = "sha256-AWu0LH6DH/omcIsgIBHQIg1uCKN9Ly6EVj4U9QxoSlg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user