gpu-screen-recorder: 5.9.0 -> 5.10.2

This commit is contained in:
R. Ryantm
2025-12-14 10:52:05 +00:00
parent 50ad20f900
commit 2dba8ca797
@@ -28,12 +28,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder";
version = "5.9.0";
version = "5.10.2";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-VftfK6emngCl64Gom/+nwu3gVL3ptzR/J0E0RjW9L9M=";
hash = "sha256-HJ8erNraZTMa80/88NoHAHe0exhCUbHEJlyKTun8HH8=";
};
nativeBuildInputs = [