Skip to content

Commit b73f54e

Browse files
authored
beamerpresenter: 0.2.5 -> 0.2.6 (#368666)
2 parents 651c203 + 3dc1c99 commit b73f54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/office/beamerpresenter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "beamerpresenter";
32-
version = "0.2.5";
32+
version = "0.2.6";
3333

3434
src = fetchFromGitHub {
3535
owner = "stiglers-eponym";
3636
repo = "BeamerPresenter";
3737
rev = "v${version}";
38-
hash = "sha256-ofS0KMsn0KG8squIvMPxSCgE/qNK+Kd47psNziLBBoo=";
38+
hash = "sha256-sPeWlPkWOPfLAoAC/+T7nyhPqvoaZg6aMOIVLjMqd2k=";
3939
};
4040

4141
nativeBuildInputs = [

0 commit comments

Comments
 (0)