From 603a5aa9a0c8c0bf047019802658082ea9fd8234 Mon Sep 17 00:00:00 2001 From: Keenan Weaver Date: Mon, 25 Nov 2024 20:57:36 -0600 Subject: [PATCH 1/2] gpu-screen-recorder: 4.2.3 -> 4.3.3 --- pkgs/applications/video/gpu-screen-recorder/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/gpu-screen-recorder/default.nix b/pkgs/applications/video/gpu-screen-recorder/default.nix index 93603de2d829f..cb202fb7c83c0 100644 --- a/pkgs/applications/video/gpu-screen-recorder/default.nix +++ b/pkgs/applications/video/gpu-screen-recorder/default.nix @@ -26,11 +26,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpu-screen-recorder"; - version = "4.2.3"; + version = "4.3.3"; src = fetchurl { url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.${finalAttrs.version}.tar.gz"; - hash = "sha256-M2bk1WwLlbwspEoPIRMix17ihi72UuRWwiKBdPfim2M="; + hash = "sha256-n6dOgmo92ZWN1UGwh+/qVA5aEfB0t/F/y4VBhEVpyyA="; }; sourceRoot = "."; From e22964d744dd45e6047ade894d78098fefa2d46d Mon Sep 17 00:00:00 2001 From: Keenan Weaver Date: Mon, 25 Nov 2024 20:57:45 -0600 Subject: [PATCH 2/2] gpu-screen-recorder-gtk: 4.2.3 -> 4.3.3 --- .../video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix b/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix index 92863147becfc..12f331c0c0fa1 100644 --- a/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix +++ b/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix @@ -23,11 +23,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpu-screen-recorder-gtk"; - version = "4.2.3"; + version = "4.3.3"; src = fetchurl { url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz"; - hash = "sha256-pMUjglgRM51hjPbt6VP0aqM0oo7IiyPXTY/kLwwdR/k="; + hash = "sha256-44VUEWM6m1Dk/BRRVZrWPPPLccMjP67X0GZzo1cTDZQ="; }; sourceRoot = ".";