Merge pull request #99242 from jonringer/bump-obs

obs-studio: 25.0.8 -> 26.0.0
This commit is contained in:
Martin Weinelt 2020-10-01 15:51:14 +02:00 committed by GitHub
commit 730751e731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,13 @@ let
in mkDerivation rec {
pname = "obs-studio";
version = "25.0.8";
version = "26.0.0";
src = fetchFromGitHub {
owner = "obsproject";
repo = "obs-studio";
rev = version;
sha256 = "0j2k65q3wfyfxhvkl6icz4qy0s3kfqhksizy2i3ah7yml266axbj";
sha256 = "09y57b3c88szl3wyx3cxq8jrm3pfnyg2n25hxl1ynkq3rgaavdq2";
};
nativeBuildInputs = [ addOpenGLRunpath cmake pkgconfig ];