Unverified Commit 9423746f authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #319242 from Rookeur/update-olvid-1-6-2

olvid: 1.5.2 -> 1.6.2
parents 728f17ee 20aefbf0
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 = [