obs: fix hash

This commit is contained in:
Mateusz Słodkowicz 2023-12-20 16:07:46 +01:00
parent 90839912fe
commit ae5af74282
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
owner = "obsproject";
repo = "obs-studio";
rev = version;
sha256 = "sha256-ce2qYtR+L8afT5qSoItltEbLtuPZQtWyS6PiN+UwATc=";
sha256 = "sha256-8pX1kqibrtDIaE1+/Pey1A5bu6MwFTXLrBOah4rsF+4=";
fetchSubmodules = true;
};