Merge pull request #182333 from AtilaSaraiva/obs-vkcapture

This commit is contained in:
Sandro 2022-07-21 22:48:25 +02:00 committed by GitHub
commit 19f46ac104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iIV9ke2yPEt2Lf4bwiEHFip4tLhMS4raWGyCWpao74w=";
hash = "sha256-jY78+sfAd62YnCssosLOLfxmdL6zkTEoeE58bQpswG4=";
};
nativeBuildInputs = [ cmake ninja ];
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/nowrep/obs-vkcapture";
maintainers = with maintainers; [ atila ];
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = platforms.linux;
};
}