We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607ef1 commit c98d61bCopy full SHA for c98d61b
pkgs/applications/video/obs-studio/plugins/obs-composite-blur.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "obs-composite-blur";
11
- version = "1.5.0";
+ version = "1.5.1";
12
13
src = fetchFromGitHub {
14
owner = "FiniteSingularity";
15
repo = "obs-composite-blur";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-/fGLsbChaxhnBBwVJXEGRcjni80p9lI5no45nrp2csM=";
+ hash = "sha256-12wgzZxEoEUKqGGmccZKfcdE0libBJDZ1EzwxRPLURc=";
18
};
19
20
buildInputs = [
0 commit comments