Update source to fix #194116

Before this commit, paths to GUI config and manual were written to the config file. When running gc after an update, these paths do not exist anymore.
That changes with this commit: Paths are commented out in config file. Nonexisting paths are removed from config file when running beamerpresenter.

Other changes in the code compared to v0.2.3: compatibility with Qt 6.4
This commit is contained in:
Valentin Bruch 2022-10-03 11:12:43 +02:00 committed by ehmry
parent c00039f697
commit 64eafc25d6

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "beamerpresenter";
version = "0.2.3";
version = "0.2.3-1";
src = fetchFromGitHub {
owner = "stiglers-eponym";
repo = "BeamerPresenter";
rev = "v${version}";
sha256 = "1n9d0i0j67ymnghn8zkqf52c88zby6rqin8aicbw8cpn35fqf5a6";
rev = "dd41a00b3c6c8b881fa62945165c965634df66f0";
sha256 = "11yj1zl8hdnqbynkbyzg8kwyx1jl8c87x8f8qyllpk0s6cg304d0";
};
nativeBuildInputs = [