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

uxplay: 1.72.2 -> 1.72.3 (#475891)

parents 02649b18 9538f596
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "uxplay";
  version = "1.72.2";
  version = "1.72.3";

  src = fetchFromGitHub {
    owner = "FDH2";
    repo = "UxPlay";
    rev = "v${finalAttrs.version}";
    hash = "sha256-xXYaaLYOlFoPObYOnBnj1LghTRaCSsOvQ7d019gyx9c=";
    hash = "sha256-c0uiMuilAoFMd2pCP9wFtPKJJWyYLZwmNiL8rPtfdQ8=";
  };

  postPatch = ''