mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
obs-linuxbrowser: 0.4.0 -> 0.5.0 (#44734)
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.
This commit is contained in:
parent
42a0d36fdb
commit
e3773de884
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obs-linuxbrowser-${version}";
|
name = "obs-linuxbrowser-${version}";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bazukas";
|
owner = "bazukas";
|
||||||
repo = "obs-linuxbrowser";
|
repo = "obs-linuxbrowser";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1nqi04ici9n1xjliy1gaqy2bq8zj1z32dffk890x2hi7ml688y9h";
|
sha256 = "0jgh377yv69wbcqg7m7axi22x2p9jmcirws1pgrz22vaw7zbbdzl";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ obs-studio ];
|
buildInputs = [ obs-studio ];
|
||||||
|
|
Loading…
Reference in a new issue