Unverified Commit 4d9b9d26 authored by Keenan Weaver's avatar Keenan Weaver
Browse files

gpu-screen-recorder: 4.2.1 -> 4.2.3

parent fb2d8978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ".";