3
0
Fork 0
forked from mirrors/nixpkgs

obs-vkcapture: 1.1.3 -> 1.1.4

This commit is contained in:
Átila Saraiva 2022-07-21 09:30:13 -03:00
parent 31997025a4
commit d0f3691ae1

View file

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