lol

obs-studio-plugins.obs-text-pthread: 2.0.5 -> 2.0.6 (#436196)

authored by pyrox.dev and committed by

GitHub 67cdab45 99feab78

+2 -2
+2 -2
pkgs/applications/video/obs-studio/plugins/obs-text-pthread.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "obs-text-pthread"; 14 - version = "2.0.5"; 14 + version = "2.0.6"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "norihiro"; 18 18 repo = "obs-text-pthread"; 19 19 rev = version; 20 - sha256 = "sha256-zrgxKs3jmrwQJiEgKfZz1BOVToTLauQXtFYcuFlV71o="; 20 + sha256 = "sha256-lDGji2ZdK5XoBKLRdgYCIDPndVkhIZltc94wWFRTLCA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [