whatsapp-for-linux: 1.6.5 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-11-30 23:04:39 +00:00
parent dfd6a4a50f
commit 6933dee917

View File

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