1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

olvid: 1.5.0 -> 1.5.2

This commit is contained in:
Adrien Langou 2024-04-26 19:10:10 +02:00
parent dfd38d2388
commit b3624536c3
No known key found for this signature in database
GPG key ID: 00A934E4E997C931

View file

@ -53,14 +53,14 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "olvid";
version = "1.5.0";
version = "1.5.2";
dontUnpack = true;
dontWrapGApps = true;
src = fetchurl {
url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
hash = "sha256-iiMc9mM+uUVeS1i1gzXMZaMwSChdz7vNrL9uqJlR8NU=";
hash = "sha256-WjIOk3dPSXQdAR2fdXseV0NdOjld0PzyqnUx/VbvQio=";
};
nativeBuildInputs = [