Skip to content

Commit

Permalink
obs-studio-plugins.obs-source-record: 0.3.4 -> 0.3.5 (NixOS#349796)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 19, 2024
2 parents 66ec997 + 21c852e commit 08ae5ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "obs-source-record";
version = "0.3.4";
version = "0.3.5";

src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-source-record";
rev = version;
sha256 = "sha256-VgG9Fn75aKTkth4TC9rhfj/HIOO2lIO4n3ZYmemkzx8=";
sha256 = "sha256-RodZjab3DKiJwYuspdpCsF0ah4u5JtDDYoZPUGk36H4=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 08ae5ca

Please sign in to comment.