Skip to content

Commit aa0845b

Browse files
author
emaryn
committed
obs-studio-plugins.obs-replay-source: 1.6.13-unstable-2024-02-03 -> 1.8.0
1 parent 2ba5678 commit aa0845b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "obs-replay-source";
13-
version = "1.6.13-unstable-2024-02-03";
13+
version = "1.8.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "exeldro";
1717
repo = "obs-replay-source";
18-
rev = "6590fde1c8e4f8c733016646a8165d52e28d094b";
19-
hash = "sha256-foIzWNlU72FWXZVWR8TEiqJJMfl1vWYDTyhV6thYJbA=";
18+
tag = finalAttrs.version;
19+
hash = "sha256-0IBH4Wb4dbbwqu7DsMb/pfnA8dYRbsW7cBW2XTjQK0U=";
2020
};
2121

2222
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)