From 766ca46a6e233573d13b977a96c7a2409e560567 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 6 Feb 2025 00:37:03 +0000 Subject: [PATCH] gpu-screen-recorder-gtk: 5.0.0 -> 5.1.2 --- .../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 b399f39fefd8..d41989beba60 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 = "5.0.0"; + version = "5.1.2"; src = fetchurl { url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz"; - hash = "sha256-uXbiuA1XPWZVwQGLh47rKzCZSEUEPWqYALqMuCGA7do="; + hash = "sha256-bEcbri6+6/tQJmwWjrubVrEfD3rs4HSIa1etG8fiBBI="; }; sourceRoot = ".";