Merge pull request #223935 from PedroHLC/obs-vkcapture-1.3.1

obs-studio-plugins.obs-vkcapture: 1.3.0 -> 1.3.1
This commit is contained in:
superherointj 2023-03-30 16:37:12 -03:00 committed by GitHub
commit 37bcddf627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
hash = "sha256-xtIcIT9lWw73Et9WgyEUznwy1X947Rv5nTiM+t0qYaM=";
hash = "sha256-4rEUA8V5WgAVyBeUT0ALVmj14HaAgeASYd2YiBn8MC0=";
};
cmakeFlags = lib.optionals stdenv.isi686 [