olvid: 2.4.2 -> 2.5.1 (#422252)
This commit is contained in:
commit
87378f0e41
@ -62,14 +62,14 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "olvid";
|
pname = "olvid";
|
||||||
version = "2.4.2";
|
version = "2.5.1";
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
|
url = "https://static.olvid.io/linux/${repo}-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-eL6XLdEwb3txgN7/YZv1vQGI4pznZb/CrjYY+QZlr5I=";
|
hash = "sha256-6QEr9mB9UI+rgrG4QxxBs5hOT26Yxcmjwode+pRwYfU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user