summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/molotov
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-12-10 20:48:10 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-12-11 21:58:15 +0100
commit09d6b5400a9018afc267a548f68dd11320dc79fb (patch)
treec5f147d415361b05a3b70bb3900591842d50cece /pkgs/applications/video/molotov
parent9101c027ae278aa2c122bbc5495e748d3c10b851 (diff)
molotov: 4.2.2 -> 4.4.0
Diffstat (limited to 'pkgs/applications/video/molotov')
-rw-r--r--pkgs/applications/video/molotov/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/molotov/default.nix b/pkgs/applications/video/molotov/default.nix
index c4ee96cc2469..3015bc1191bb 100644
--- a/pkgs/applications/video/molotov/default.nix
+++ b/pkgs/applications/video/molotov/default.nix
@@ -2,11 +2,11 @@
let
pname = "molotov";
- version = "4.2.2";
+ version = "4.4.0";
name = "${pname}-${version}";
src = fetchurl {
url = "http://desktop-auto-upgrade.molotov.tv/linux/${version}/molotov.AppImage";
- sha256 = "00p8srf4yswbihlsi3s7kfkav02h902yvrq99wys11is63n01x8z";
+ sha256 = "sha256-l4Il6i8uXSeJqH3ITC8ZUpKXPQb0qcW7SpKx1R46XDc=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in
@@ -15,7 +15,7 @@ appimageTools.wrapType2 {
extraInstallCommands = ''
mv $out/bin/${name} $out/bin/${pname}
install -m 444 -D \
- ${appimageContents}/${pname}.desktop \
+ ${appimageContents}/@molotovdesktop-wrapper.desktop \
$out/share/applications/${pname}.desktop
substituteInPlace $out/share/applications/${pname}.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'