olvid: 1.5.2 -> 1.6.2

changelog: https://www.olvid.io/faq/changelog/#162---2024-05-17
This commit is contained in:
Adrien Langou 2024-06-12 08:43:20 +02:00
parent 0858a76ff8
commit 20aefbf050
No known key found for this signature in database
GPG Key ID: 00A934E4E997C931

View File

@ -53,14 +53,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "olvid";
version = "1.5.2";
version = "1.6.2";
dontUnpack = true;
dontWrapGApps = true;
src = fetchurl {
url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
hash = "sha256-WjIOk3dPSXQdAR2fdXseV0NdOjld0PzyqnUx/VbvQio=";
hash = "sha256-Cej8ei+Dh6yn7ZRZ1DE9ay/KWWLLALhaQ5gNpBw8vDs=";
};
nativeBuildInputs = [