telegram-desktop: 6.8.0 -> 6.8.1
Diff: https://github.com/telegramdesktop/tdesktop/compare/v6.8.0...v6.8.1 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.8.1
This commit is contained in:
+2
-2
@@ -45,14 +45,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "telegram-desktop-unwrapped";
|
||||
version = "6.8.0";
|
||||
version = "6.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-z2C3kph+OKodzAKpX+fjhtbhc+i1ykgnyn1B+BDzlFQ=";
|
||||
hash = "sha256-CcibFBPbviakOsf+BpAF8U0CRWIt3zO/KiHycwRw2V0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user