gpu-screen-recorder-gtk: 5.7.0 -> 5.7.3 (#415459)

Co-authored-by: js6pak <js6pak@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 12:55:05 +00:00 committed by GitHub
commit 134637d785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gpu-screen-recorder-gtk"; pname = "gpu-screen-recorder-gtk";
version = "5.7.0"; version = "5.7.3";
src = fetchgit { src = fetchgit {
url = "https://repo.dec05eba.com/${pname}"; url = "https://repo.dec05eba.com/${pname}";
tag = version; tag = version;
hash = "sha256-/s8FCV3hE7Gq1Ad6EhRNTZJwyskV+uRYvjJ43298AOw="; hash = "sha256-FZIS/74qIqz3qZTOixqwqe2liIt5kKBPiVRVOFzgAs4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [