Merge pull request #148151 from pacien/beamerpresenter-0.2.1

beamerpresenter: 0.2.0 -> 0.2.1

authored by Guillaume Girol and committed by GitHub 39a44f3a c1407ce6

+2 -2
+2 -2
pkgs/applications/office/beamerpresenter/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "beamerpresenter"; 16 - version = "0.2.0"; 17 18 src = fetchFromGitHub { 19 owner = "stiglers-eponym"; 20 repo = "BeamerPresenter"; 21 rev = "v${version}"; 22 - sha256 = "10i5nc5b5syaqvsixam4lmfiz3b5cphbjfgfqavi5jilq769792a"; 23 }; 24 25 nativeBuildInputs = [ qmake installShellFiles wrapQtAppsHook ];
··· 13 14 stdenv.mkDerivation rec { 15 pname = "beamerpresenter"; 16 + version = "0.2.1"; 17 18 src = fetchFromGitHub { 19 owner = "stiglers-eponym"; 20 repo = "BeamerPresenter"; 21 rev = "v${version}"; 22 + sha256 = "sha256-+ZxllYL2wco4bG2pqInIbL9qfOoqoUJJUReqDyEBRcI="; 23 }; 24 25 nativeBuildInputs = [ qmake installShellFiles wrapQtAppsHook ];