Unverified Commit 2fc4d435 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

gpu-screen-recorder-gtk: 5.7.8 -> 5.7.9 (#474669)

parents b55f5c42 90407906
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.7.8";
  version = "5.7.9";

  src = fetchgit {
    url = "https://repo.dec05eba.com/${pname}";
    tag = version;
    hash = "sha256-Vzi7IfiMsBFJZaZwC1CWZkVFCfDAfU0lmO7orRLjqgU=";
    hash = "sha256-RFY5hQqv5XkLliB3+YJX4TXLxV9y1/P8PIYMi6MCbww=";
  };

  nativeBuildInputs = [