obs-studio-plugins.obs-vkcapture: 1.5.1 -> 1.5.2 (#408389)

authored by Arne Keller and committed by GitHub 47a44971 57ea4e4d

+2 -2
+2 -2
pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "obs-vkcapture"; 24 - version = "1.5.1"; 24 + version = "1.5.2"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "nowrep"; 28 28 repo = "obs-vkcapture"; 29 29 rev = "v${finalAttrs.version}"; 30 - hash = "sha256-RIDsT6eL6bUfqPiyPlecnZHu5OorcJb3Xal8pjdOpAA="; 30 + hash = "sha256-ghfRST7J3bipQnOZnYMtmDggET+Etq/ngHs+zQ0bm1w="; 31 31 }; 32 32 33 33 cmakeFlags = lib.optionals stdenv.hostPlatform.isi686 [