cinnamon.warpinator: 1.6.4 -> 1.8.1

https://github.com/linuxmint/warpinator/compare/1.6.4...1.8.1
This commit is contained in:
Bobby Rong 2023-12-06 22:00:15 +08:00
parent 91050ea1e5
commit e0da2fb162
No known key found for this signature in database

@ -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"
];