olvid: 2.5.1 -> 2.7.0

This commit is contained in:
R. Ryantm
2025-11-22 02:57:09 +00:00
parent 64a5bece09
commit b31903159d
+2 -2
View File
@@ -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 = [