From 7bb16975886080b84736a13bd46f0da9546a4ae2 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 29 Oct 2021 19:15:01 +0800 Subject: [PATCH] khronos: 3.6.0 -> 3.6.1 --- pkgs/applications/office/khronos/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/office/khronos/default.nix b/pkgs/applications/office/khronos/default.nix index f319b419fbbc..7e36529e5ff4 100644 --- a/pkgs/applications/office/khronos/default.nix +++ b/pkgs/applications/office/khronos/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "khronos"; - version = "3.6.0"; + version = "3.6.1"; src = fetchFromGitHub { owner = "lainsce"; repo = pname; rev = version; - sha256 = "sha256-AETyVCBUuBzHwDgTkGRIokFYwcmXrb/F85J5GEIu4dE="; + sha256 = "sha256-+gZy8cdekM26J1ujqFmfBXTctXc9E//EY42ZoLq9rBs="; }; nativeBuildInputs = [ @@ -48,9 +48,6 @@ stdenv.mkDerivation rec { postPatch = '' chmod +x build-aux/post_install.py patchShebangs build-aux/post_install.py - # https://github.com/lainsce/khronos/pull/75 - substituteInPlace build-aux/post_install.py \ - --replace 'gtk-update-icon-cache' 'gtk4-update-icon-cache' ''; passthru = { @@ -65,5 +62,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; platforms = platforms.linux; license = licenses.gpl3Plus; + mainProgram = "io.github.lainsce.Khronos"; }; }