Unverified Commit 47a44971 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents 57ea4e4d a0964927
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "obs-vkcapture";
  version = "1.5.1";
  version = "1.5.2";

  src = fetchFromGitHub {
    owner = "nowrep";
    repo = "obs-vkcapture";
    rev = "v${finalAttrs.version}";
    hash = "sha256-RIDsT6eL6bUfqPiyPlecnZHu5OorcJb3Xal8pjdOpAA=";
    hash = "sha256-ghfRST7J3bipQnOZnYMtmDggET+Etq/ngHs+zQ0bm1w=";
  };

  cmakeFlags = lib.optionals stdenv.hostPlatform.isi686 [