Merge pull request #235699 from r-ryantm/auto-update/whatsapp-for-linux

whatsapp-for-linux: 1.6.2 -> 1.6.3
This commit is contained in:
Weijia Wang
2023-06-04 19:07:13 +02:00
committed by GitHub
@@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "whatsapp-for-linux";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "eneshecan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-odE5syAFasGosc1WMU/pvQtk3YxuCci1YevZqNKfzYw=";
sha256 = "sha256-YmiEzemoGLwCUVfnuTmruSkI0oBg7yNuodWmXTMGh8g=";
};
nativeBuildInputs = [