Unverified Commit ab3f95ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306134 from r-ryantm/auto-update/uxplay

uxplay: 1.68.2 -> 1.68.3
parents b885240d 60ef683c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "uxplay";
  version = "1.68.2";
  version = "1.68.3";

  src = fetchFromGitHub {
    owner = "FDH2";
    repo = "UxPlay";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Ax2RhIIWb7BvBvE8GQlR3lwTSA5P5Qpj45cOc8xZNtY=";
    hash = "sha256-Ev+VXI37zLRQ3yqllJVo1JZK/U82HeB65Hi9+c0O8Ks=";
  };

  postPatch = ''