Unverified Commit 110d7b29 authored by js6pak's avatar js6pak
Browse files

gpu-screen-recorder-gtk: 5.1.6 -> 5.7.0

parent f18cf012
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@

stdenv.mkDerivation rec {
  pname = "gpu-screen-recorder-gtk";
  version = "5.1.6";
  version = "5.7.0";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-/0TyqSFBZ/6xwJnX8ePEQTSwrwgi5R8fmRw3wTS/6a8=";
    hash = "sha256-/s8FCV3hE7Gq1Ad6EhRNTZJwyskV+uRYvjJ43298AOw=";
  };

  nativeBuildInputs = [