From ae5af742820306b2e25134b73f2952d6f62606b7 Mon Sep 17 00:00:00 2001 From: materus Date: Wed, 20 Dec 2023 16:07:46 +0100 Subject: [PATCH] obs: fix hash --- pkgs/apps/obs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/apps/obs/default.nix b/pkgs/apps/obs/default.nix index 40bd0ad..041ad06 100644 --- a/pkgs/apps/obs/default.nix +++ b/pkgs/apps/obs/default.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { owner = "obsproject"; repo = "obs-studio"; rev = version; - sha256 = "sha256-ce2qYtR+L8afT5qSoItltEbLtuPZQtWyS6PiN+UwATc="; + sha256 = "sha256-8pX1kqibrtDIaE1+/Pey1A5bu6MwFTXLrBOah4rsF+4="; fetchSubmodules = true; };