From d0f3691ae1230261ab064a3a5024a60031a723c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Saraiva?= <atilasaraiva@gmail.com> Date: Thu, 21 Jul 2022 09:30:13 -0300 Subject: [PATCH] obs-vkcapture: 1.1.3 -> 1.1.4 --- .../applications/video/obs-studio/plugins/obs-vkcapture.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix index bd74feb3bcc9..411945a45f92 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix @@ -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; }; }