Commit caf70776 authored by kashw2's avatar kashw2 Committed by Anderson Torres
Browse files

qmplay2: 23.08.22 -> 23.10.22

parent 73b2187e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [