mirror of https://github.com/materusPL/Nixerus.git
obs: fix hash
This commit is contained in:
parent
90839912fe
commit
ae5af74282
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue