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

gpu-screen-recorder: 5.7.4 -> 5.8.0 (#451002)

parents ddedcd31 0d866412
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.4";
  version = "5.8.0";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-X1yvVmjKYUnwdsRC0kY+R1kEuUq6SB1bKhpHWnBvIho=";
    hash = "sha256-H9aJ0JglYckd/+6E7dfRzoAUpsTBX8XmI2TR1907sPI=";
  };

  nativeBuildInputs = [