gpu-screen-recorder: 5.8.0 -> 5.8.1 (#458745)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-05 20:54:03 +00:00
committed by GitHub
@@ -28,12 +28,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder";
version = "5.8.0";
version = "5.8.1";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-H9aJ0JglYckd/+6E7dfRzoAUpsTBX8XmI2TR1907sPI=";
hash = "sha256-VAb7YAPZVe23qqoGgY8wPR+PwPHuWUmlcixoLOW/H5A=";
};
nativeBuildInputs = [