Merge pull request #148151 from pacien/beamerpresenter-0.2.1

beamerpresenter: 0.2.0 -> 0.2.1
This commit is contained in:
Guillaume Girol 2021-12-04 09:48:54 +00:00 committed by GitHub
commit 39a44f3a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];