Skip to content

Commit 270c6df

Browse files
authored
obs-studio-plugins.obs-composite-blur: 1.5.0 -> 1.5.1 (#389158)
2 parents e2620ad + c98d61b commit 270c6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/obs-studio/plugins/obs-composite-blur.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "obs-composite-blur";
11-
version = "1.5.0";
11+
version = "1.5.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "FiniteSingularity";
1515
repo = "obs-composite-blur";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-/fGLsbChaxhnBBwVJXEGRcjni80p9lI5no45nrp2csM=";
17+
hash = "sha256-12wgzZxEoEUKqGGmccZKfcdE0libBJDZ1EzwxRPLURc=";
1818
};
1919

2020
buildInputs = [

0 commit comments

Comments
 (0)