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
commit f8a644f243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [