olvid: 2.3.0 -> 2.4.2

This commit is contained in:
R. Ryantm
2025-04-14 01:10:09 +00:00
parent 224814a6d0
commit 67b39851ba
+2 -2
View File
@@ -62,14 +62,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "olvid";
version = "2.3.0";
version = "2.4.2";
dontUnpack = true;
dontWrapGApps = true;
src = fetchurl {
url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
hash = "sha256-MzWDqF8mfrtIRmz4Eoxeek3nwV0S3TobZNxIGz1SQM8=";
hash = "sha256-eL6XLdEwb3txgN7/YZv1vQGI4pznZb/CrjYY+QZlr5I=";
};
nativeBuildInputs = [