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

gpu-screen-recorder: 5.6.1 -> 5.6.3

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

stdenv.mkDerivation rec {
  pname = "gpu-screen-recorder";
  version = "5.6.1";
  version = "5.6.3";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-gktsU9jmABSqSnx6UMLta1YfLnXPuuYecmMRIWbBkfI=";
    hash = "sha256-VtB3UhfXTdfcdVs1or48pEHsN8DL8CLg12O0jMN5PIM=";
  };

  nativeBuildInputs = [