uxplay: 1.65 -> 1.65.3

This commit is contained in:
R. Ryantm 2023-07-29 06:41:06 +00:00
parent 6bc397a1cc
commit 87eff1671d

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.65";
version = "1.65.3";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-EpYSKD5nQsbA4l7nw1RdKpJWCjTWrPkYxVIZrQdusCQ=";
sha256 = "sha256-ghimxgukQHBc0yVSpttF5lEVE6BTf9OL7RWmR5izxCo=";
};
postPatch = ''