Commit 38841b0c authored by R. RyanTM's avatar R. RyanTM
Browse files

qmplay2: 23.10.22 -> 24.03.16

parent 79edbc36
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.10.22";
  version = "24.03.16";

  src = fetchFromGitHub {
    owner = "zaps166";
    repo = "QMPlay2";
    rev = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-yDymUXuILgT4AFTt302GniPi/WNwrTCOuOfdUiKOIyk=";
    hash = "sha256-yIBQBRdmaY7qaBirANxMqfm5vn3T4usokJUxwSYUHjQ=";
  };

  nativeBuildInputs = [