gpu-screen-recorder-gtk: 5.7.7 -> 5.7.8

This commit is contained in:
R. Ryantm 2025-08-12 21:57:30 +00:00
parent 695d5db1b8
commit 327cc0300b

View File

@ -24,12 +24,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder-gtk";
version = "5.7.7";
version = "5.7.8";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-5kxHSrPfSd0v4fyMidjzJZPj9e/M5H082RIZV2hDw60=";
hash = "sha256-Vzi7IfiMsBFJZaZwC1CWZkVFCfDAfU0lmO7orRLjqgU=";
};
nativeBuildInputs = [