beamerpresenter: 0.2.2 -> 0.2.3

Version 0.2.2 fails to build. This should be fixed in 0.2.3.
For more changes see CHANGELOG.md on
https://github.com/stiglers-eponym/BeamerPresenter
This commit is contained in:
Valentin Bruch 2022-09-06 01:16:24 +02:00
parent b0ff861e97
commit 1717df9134
No known key found for this signature in database
GPG Key ID: DD11316A0D8E585F

View File

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