Skip to content

Commit

Permalink
timeular: 3.9.1 -> 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktor committed Apr 10, 2022
1 parent ae07156 commit 2f99b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/timeular/default.nix
Expand Up @@ -7,13 +7,13 @@
}:

let
version = "3.9.1";
version = "4.7.1";
pname = "timeular";
name = "${pname}-${version}";

src = fetchurl {
url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
sha256 = "103hy443p697jdkz6li8s1n6kg1r55jmiw2vbjz12kskf7njg4y4";
sha256 = "sha256:0k8ywbdb41imq10ya9y27zks67a6drjb1h0hn8ycd7a6z6703rjz";
};

appimageContents = appimageTools.extractType2 {
Expand All @@ -35,7 +35,7 @@ in appimageTools.wrapType2 rec {
install -m 444 -D ${appimageContents}/timeular.desktop $out/share/applications/timeular.desktop
install -m 444 -D ${appimageContents}/timeular.png $out/share/icons/hicolor/512x512/apps/timeular.png
substituteInPlace $out/share/applications/timeular.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
--replace "Exec=AppRun --no-sandbox %U" "Exec=$out/bin/${pname}"
'';

meta = with lib; {
Expand Down

0 comments on commit 2f99b71

Please sign in to comment.