gpu-screen-recorder: 4.2.1 -> 4.2.3

This commit is contained in:
Keenan Weaver 2024-10-18 19:09:20 -05:00
parent fb2d897809
commit 4d9b9d26f4
No known key found for this signature in database
GPG Key ID: 0926B70C6A27AAE1

View File

@ -26,11 +26,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpu-screen-recorder";
version = "4.2.1";
version = "4.2.3";
src = fetchurl {
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.${finalAttrs.version}.tar.gz";
hash = "sha256-eCjAlPEg8lkL8T0lgxr0F8ouFGwqfsRxDSQuG6RbpZE=";
hash = "sha256-M2bk1WwLlbwspEoPIRMix17ihi72UuRWwiKBdPfim2M=";
};
sourceRoot = ".";