uxplay: 1.58 -> 1.59

This commit is contained in:
R. Ryantm 2022-12-15 01:29:15 +00:00 committed by Bobby Rong
parent dc644c312f
commit 8bc6f346d4

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.58";
version = "1.59";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-KkYIj5W6yMQi8En24Bo77GMK/AOS2qJhadQJYSd7gXs=";
sha256 = "sha256-A56ks9E59FLka8/u9OYzSvMeCz1nZxeoNqZ0ITu0Vhg=";
};
postPatch = ''