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:
parent
91050ea1e5
commit
e0da2fb162
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue