obs-studio-plugins.obs-vkcapture: 1.3.0 -> 1.3.1

This commit is contained in:
PedroHLC ☭ 2023-03-30 13:49:19 -03:00
parent e608c90a1c
commit 526dddcfe9
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

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 [