uxplay: 1.68.1 -> 1.68.2

This commit is contained in:
R. Ryantm 2024-01-28 10:10:45 +00:00
parent 6d5c4cff12
commit f890d3c87e

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.68.1";
version = "1.68.2";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-9/fzEaOIgkBnEkmwemMEPTmxMOi1/PYhD9zbb/s2huM=";
hash = "sha256-Ax2RhIIWb7BvBvE8GQlR3lwTSA5P5Qpj45cOc8xZNtY=";
};
postPatch = ''