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

whatsapp-for-linux: 1.6.4 -> 1.6.5
This commit is contained in:
Weijia Wang 2024-06-01 23:32:37 +02:00 committed by GitHub
commit 1e17652189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "whatsapp-for-linux";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "eneshecan";
repo = "whatsapp-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-DU9tvIvDfOtBydR68yeRMFYdMjiBrOobCDXIZMmm7pQ=";
hash = "sha256-hUIyn6BhAPoszBTHKa4qSj6IRa+8cUS0Gis/qjDDnyk=";
};
nativeBuildInputs = [