beamerpresenter: 0.2.0 -> 0.2.1

This commit is contained in:
pacien 2021-12-01 14:34:58 +01:00
parent 48406e3fca
commit 777f55b736

View File

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
pname = "beamerpresenter";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "stiglers-eponym";
repo = "BeamerPresenter";
rev = "v${version}";
sha256 = "10i5nc5b5syaqvsixam4lmfiz3b5cphbjfgfqavi5jilq769792a";
sha256 = "sha256-+ZxllYL2wco4bG2pqInIbL9qfOoqoUJJUReqDyEBRcI=";
};
nativeBuildInputs = [ qmake installShellFiles wrapQtAppsHook ];