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

gpu-screen-recorder: 5.7.0 -> 5.7.4 (#448420)

parents 4d60eff8 b5892146
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.7.0";
  version = "5.7.4";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-1F4j62wqF+C6eA5ECCjqCoY8+DINBPVKnsWQi6GF2Us=";
    hash = "sha256-X1yvVmjKYUnwdsRC0kY+R1kEuUq6SB1bKhpHWnBvIho=";
  };

  nativeBuildInputs = [