qmplay2: 23.08.22 -> 23.10.22

This commit is contained in:
kashw2 2023-10-29 16:08:26 +10:00 committed by Anderson Torres
parent 73b2187e5f
commit caf70776a2

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmplay2";
version = "23.08.22";
version = "23.10.22";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-Ug7WAqZ+BxspQUXweL/OnVBGCsU60DOWNexbi0GpDo0=";
hash = "sha256-yDymUXuILgT4AFTt302GniPi/WNwrTCOuOfdUiKOIyk=";
};
nativeBuildInputs = [