Unverified Commit 20aefbf0 authored by Adrien Langou's avatar Adrien Langou
Browse files

olvid: 1.5.2 -> 1.6.2

parent 0858a76f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [