gpu-screen-recorder-gtk: 5.1.6 -> 5.7.0

This commit is contained in:
js6pak 2025-02-02 21:16:05 +01:00
parent f18cf012cf
commit 110d7b29b3
No known key found for this signature in database
GPG key ID: 3E3CD91EB1AAFB06

View file

@ -24,12 +24,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder-gtk";
version = "5.1.6";
version = "5.7.0";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-/0TyqSFBZ/6xwJnX8ePEQTSwrwgi5R8fmRw3wTS/6a8=";
hash = "sha256-/s8FCV3hE7Gq1Ad6EhRNTZJwyskV+uRYvjJ43298AOw=";
};
nativeBuildInputs = [