summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:39:50 -0700
committerCray Elliott <MP2E@archlinux.us>2018-04-07 23:15:13 -0700
commite42ae4e586cc7e1e76387d5c6b14382a83ee1c64 (patch)
tree4950c379f31a1397add467a27a38f50aa8efff61 /pkgs
parent13327cede80a08c254391328e37a9cace90bed98 (diff)
downloadnixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar.gz
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar.bz2
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar.lz
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar.xz
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.tar.zst
nixlib-e42ae4e586cc7e1e76387d5c6b14382a83ee1c64.zip
obs-studio: 21.0.3 -> 21.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/obs-studio/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/3dqzcmdm5caax4gqr61k05hmxrs1ca5w-obs-studio-21.1.1/bin/obs -h` got 0 exit code
- ran `/nix/store/3dqzcmdm5caax4gqr61k05hmxrs1ca5w-obs-studio-21.1.1/bin/obs --help` got 0 exit code
- ran `/nix/store/3dqzcmdm5caax4gqr61k05hmxrs1ca5w-obs-studio-21.1.1/bin/.obs-wrapped -h` got 0 exit code
- ran `/nix/store/3dqzcmdm5caax4gqr61k05hmxrs1ca5w-obs-studio-21.1.1/bin/.obs-wrapped --help` got 0 exit code
- found 21.1.1 with grep in /nix/store/3dqzcmdm5caax4gqr61k05hmxrs1ca5w-obs-studio-21.1.1
- directory tree listing: https://gist.github.com/08175928e798aeee1fb0326677000c7c
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/obs-studio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index a3ed28c3fd0a..f3e2072d6dac 100644
--- a/pkgs/applications/video/obs-studio/default.nix
+++ b/pkgs/applications/video/obs-studio/default.nix
@@ -29,13 +29,13 @@ let
   optional = stdenv.lib.optional;
 in stdenv.mkDerivation rec {
   name = "obs-studio-${version}";
-  version = "21.0.3";
+  version = "21.1.1";
 
   src = fetchFromGitHub {
     owner = "jp9000";
     repo = "obs-studio";
     rev = "${version}";
-    sha256 = "1mrihhzlsc66w5lr1lcm8c8jg6z0iwmmckr3pk3gk92z4s55969q";
+    sha256 = "11gr4szjypihp0562r23pvkmaln6vjz1z4y4ls34bmc8n9ixrdcv";
   };
 
   patches = [ ./find-xcb.patch ];