Unverified Commit 83b163d8 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

gpu-screen-recorder: 5.6.5 -> 5.6.8 (#438907)

parents 33a252d8 0786e3a2
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.5";
  version = "5.6.8";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-2tlhuJ2Ro2ExIXVO8dUiR749el/R3l9nl6ezShF19Fg=";
    hash = "sha256-uASmN6RoLoOrPfHhMssaGABBAMxrQcBEO3Czqsgrrlc=";
  };

  nativeBuildInputs = [