Commit c8c28915 authored by R. RyanTM's avatar R. RyanTM
Browse files

gpu-screen-recorder: 5.12.3 -> 5.12.4

parent 37592f10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gpu-screen-recorder";
  version = "5.12.3";
  version = "5.12.4";

  src = fetchgit {
    url = "https://repo.dec05eba.com/gpu-screen-recorder";
    tag = finalAttrs.version;
    hash = "sha256-sl5apGLA64xgHxk7C47aK+OTVPjAVkpxi2yhN6HoJyk=";
    hash = "sha256-VceAqiWeDJEAqx96Y4WHUTsPLeb4HvkNbl4fmMi296g=";
  };

  nativeBuildInputs = [