Commit b3190315 authored by R. RyanTM's avatar R. RyanTM
Browse files

olvid: 2.5.1 -> 2.7.0

parent 64a5bece
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,14 +62,14 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "olvid";
  version = "2.5.1";
  version = "2.7.0";

  dontUnpack = true;
  dontWrapGApps = true;

  src = fetchurl {
    url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
    hash = "sha256-6QEr9mB9UI+rgrG4QxxBs5hOT26Yxcmjwode+pRwYfU=";
    hash = "sha256-5qpsi31Z2aDIlEZ/lhsj8VjxSwfVvAOiwPbSWcRdby0=";
  };

  nativeBuildInputs = [