update gpusrui

This commit is contained in:
Kopatz
2026-01-02 20:50:50 +01:00
parent 50a4851736
commit 3d349e0197
2 changed files with 3 additions and 3 deletions

View File

@@ -25,12 +25,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder-ui";
version = "1.7.8";
version = "1.8.3";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-XVxZyFHod+t7lfwhTSYsWerReBBukMVodauL+MmTqaE=";
hash = "sha256-KB4N5DwzPKYhqIi+IlvkS6ZRh3ByFPCfF75Hg+na7Q8=";
};
postPatch = ''