mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
obs-linuxbrowser: 0.3.1 -> 0.4.0 (#41978)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/obs-linuxbrowser/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/d0ce1376180ae841789e118c1fd370a7 - du listing: https://gist.github.com/ee99a853a8b3bef5c469482ca3a3ec4c
This commit is contained in:
parent
153c766572
commit
56a7ea6fbe
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obs-linuxbrowser-${version}";
|
name = "obs-linuxbrowser-${version}";
|
||||||
version = "0.3.1";
|
version = "0.4.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bazukas";
|
owner = "bazukas";
|
||||||
repo = "obs-linuxbrowser";
|
repo = "obs-linuxbrowser";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0dql7wxyhksqa08j1dn5d09v2jwhgywc1p7psifhhvh97rkp4z7j";
|
sha256 = "1nqi04ici9n1xjliy1gaqy2bq8zj1z32dffk890x2hi7ml688y9h";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ obs-studio ];
|
buildInputs = [ obs-studio ];
|
||||||
|
Loading…
Reference in New Issue
Block a user