gpu-screen-recorder: 5.6.3 -> 5.6.4

This commit is contained in:
R. Ryantm
2025-08-03 19:51:43 +00:00
parent a8d0cd5877
commit cbdd638e1c
@@ -28,12 +28,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder";
version = "5.6.3";
version = "5.6.4";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-VtB3UhfXTdfcdVs1or48pEHsN8DL8CLg12O0jMN5PIM=";
hash = "sha256-is9O0tRMhdkiKzpYa2QI+BmELLFP8WPMTa1LLLtjkxw=";
};
nativeBuildInputs = [