about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-07 21:43:22 +0800
committerGitHub <noreply@github.com>2023-12-07 21:43:22 +0800
commit13e6786d2fbcde9aa64e1878c3c74e491a7d5881 (patch)
tree3ffa0bce2d0c0797024b9e33ee1b178a87f10674 /pkgs/desktops
parentf802b8eeda4f05c6ed0793c4fcb022aecd2c6f97 (diff)
parente0da2fb1623ade5bde7275071e22676de5769a5e (diff)
Merge pull request #272484 from bobby285271/upd/warpinator
cinnamon.warpinator: 1.6.4 -> 1.8.1
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/cinnamon/warpinator/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/warpinator/default.nix b/pkgs/desktops/cinnamon/warpinator/default.nix
index 1274550df2e9e..4ccb373d0666a 100644
--- a/pkgs/desktops/cinnamon/warpinator/default.nix
+++ b/pkgs/desktops/cinnamon/warpinator/default.nix
@@ -29,17 +29,20 @@ let
     cryptography
     pynacl
     netifaces
+    netaddr
+    ifaddr
+    qrcode
   ]);
 in
 stdenv.mkDerivation rec {
   pname = "warpinator";
-  version = "1.6.4";
+  version = "1.8.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-BKptTQbSBTQyc5V6WWdsPdC76sH0CFMXOyahfRmvQzc=";
+    hash = "sha256-dxbs2Qq1Ix04yIA587tntLJ3W/pnA0wTiQ4BB5GCTR0=";
   };
 
   nativeBuildInputs = [
@@ -60,6 +63,7 @@ stdenv.mkDerivation rec {
   ];
 
   mesonFlags = [
+    "-Dbundle-grpc=false"
     "-Dbundle-zeroconf=false"
   ];