Unverified Commit 1f9758c6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

qmplay2: 25.06.27 -> 25.09.11 (#442592)

parents 1c82769a 911944aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
    mainProgram = "qmplay2";
    maintainers = with lib.maintainers; [
      kashw2
      ProxyVT
    ];
    platforms = lib.platforms.linux;
  };
+7 −7
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
    let
      self = {
        pname = "qmplay2";
        version = "25.06.27";
        version = "25.09.11";

        src = fetchFromGitHub {
          owner = "zaps166";
          repo = "QMPlay2";
          tag = self.version;
          hash = "sha256-+kDaRKwXOHnHje1RntC9y9xiTaMzs8SGMLVoJ+6IDNk=";
          hash = "sha256-1F6VOTMJZ64PlIVSWoYzNz4LVmn5pEcUq+IfstYDwYo=";
        };
      };
    in
@@ -21,13 +21,13 @@
    let
      self = {
        pname = "vulkan-headers";
        version = "1.3.300";
        version = "1.4.317";

        src = fetchFromGitHub {
          owner = "KhronosGroup";
          repo = "Vulkan-Headers";
          tag = "v${self.version}";
          hash = "sha256-6J+6yvbEQXLY+Wkf1pWKtUAZGbe5Tc01uVh3Wqmk2+8=";
          hash = "sha256-ezNthwKsnXehQfrQh0zTk6Zrz3JgdqjYu68abYUWIik=";
        };
      };
    in
@@ -35,13 +35,13 @@

  qmvk = {
    pname = "qmvk";
    version = "0-unstable-2025-06-05";
    version = "0-unstable-2025-09-02";

    src = fetchFromGitHub {
      owner = "zaps166";
      repo = "QmVk";
      rev = "754e6ca4b65433cb500a797e86d48d899d5a41c2";
      hash = "sha256-t4fGIfZhZE8ShQGa1zMJLpnvCEfCdCeAWOKwF4+nFSw=";
      rev = "0225dc851afaf39be2b92f91d4316e866f4b6133";
      hash = "sha256-W2102+X+gE/9ghdAwWBeWYmSkSdp6lLPx4IKaQpLANI=";
    };
  };
}