Unverified Commit 2eb33a05 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #203944 from AtilaSaraiva/vkcapture

obs-vkcapture: 1.2.1 -> 1.2.2
parents 40b71c3e 7f4559c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "obs-vkcapture";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchFromGitHub {
    owner = "nowrep";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-FOyUgsHQlsjVGCct+ky189alVImoG+paqDKmGvnHoXo=";
    hash = "sha256-Ya4p0eXOTID1qmxokgSXdmBOd3nqzcOHM+pLqJi8LGg=";
  };

  cmakeFlags = lib.optionals stdenv.isi686 [