Unverified Commit aaadb7f1 authored by Vlad M.'s avatar Vlad M. Committed by GitHub
Browse files

gpu-screen-recorder{-,gtk}: 4.2.3 -> 5.0.0 (#369756)

parents 6fc79196 570c92c6
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.3";
  version = "5.0.0";

  src = fetchurl {
    url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.${finalAttrs.version}.tar.gz";
    hash = "sha256-M2bk1WwLlbwspEoPIRMix17ihi72UuRWwiKBdPfim2M=";
    hash = "sha256-w1dtFLSY71UileoF4b1QLKIHYWPE5c2KmsHyRPtn+sA=";
  };

  sourceRoot = ".";
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gpu-screen-recorder-gtk";
  version = "4.2.3";
  version = "5.0.0";

  src = fetchurl {
    url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz";
    hash = "sha256-pMUjglgRM51hjPbt6VP0aqM0oo7IiyPXTY/kLwwdR/k=";
    hash = "sha256-uXbiuA1XPWZVwQGLh47rKzCZSEUEPWqYALqMuCGA7do=";
  };

  sourceRoot = ".";