qmplay2: 23.08.22 -> 23.10.22

authored by kashw2 and committed by Anderson Torres caf70776 73b2187e

+2 -2
+2 -2
pkgs/applications/video/qmplay2/default.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "qmplay2"; 29 - version = "23.08.22"; 29 + version = "23.10.22"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "zaps166"; 33 33 repo = "QMPlay2"; 34 34 rev = finalAttrs.version; 35 35 fetchSubmodules = true; 36 - hash = "sha256-Ug7WAqZ+BxspQUXweL/OnVBGCsU60DOWNexbi0GpDo0="; 36 + hash = "sha256-yDymUXuILgT4AFTt302GniPi/WNwrTCOuOfdUiKOIyk="; 37 37 }; 38 38 39 39 nativeBuildInputs = [