uxplay: 1.64 -> 1.65

This commit is contained in:
R. Ryantm 2023-06-11 02:54:59 +00:00
parent 6cd32fc973
commit 0c4b36c8a6

View file

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