uxplay: 1.52 -> 1.55

This commit is contained in:
R. Ryantm 2022-07-31 05:05:56 +00:00
parent 6d1f689374
commit b58a1ebacc

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.52";
version = "1.55";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-2wPUG50fbXLg6w2Rni3NyeiCyUNPcOvxvqopD9QZJaQ=";
sha256 = "sha256-X5+vqGhgEQqjbzSs58t1/znlhlDJHLUwgNokYV7xNhc=";
};
nativeBuildInputs = [