Unverified Commit 26ca8f8d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #301111 from r-ryantm/auto-update/qmplay2

qmplay2: 24.03.16 -> 24.04.02
parents e8f3baf2 511009ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qmplay2";
  version = "24.03.16";
  version = "24.04.02";

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

  nativeBuildInputs = [