beamerpresenter: change sha256=... to hash="sha256..."

This commit is contained in:
Valentin Bruch
2023-09-09 08:55:38 +02:00
parent d798b7fcb3
commit b6fe1254b2

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "stiglers-eponym"; owner = "stiglers-eponym";
repo = "BeamerPresenter"; repo = "BeamerPresenter";
rev = "v${version}"; rev = "v${version}";
sha256 = "1zypzmkiwc14b9224nr37y7wviasirmwhfmifb7q1b33877g41ji"; hash = "sha256-UQbyzkFjrIDPcrE6yGuOWsXNjz8jWyJEWiQwHmf91/8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [