We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18cf01 commit 110d7b2Copy full SHA for 110d7b2
pkgs/by-name/gp/gpu-screen-recorder-gtk/package.nix
@@ -24,12 +24,12 @@
24
25
stdenv.mkDerivation rec {
26
pname = "gpu-screen-recorder-gtk";
27
- version = "5.1.6";
+ version = "5.7.0";
28
29
src = fetchgit {
30
url = "https://repo.dec05eba.com/${pname}";
31
tag = version;
32
- hash = "sha256-/0TyqSFBZ/6xwJnX8ePEQTSwrwgi5R8fmRw3wTS/6a8=";
+ hash = "sha256-/s8FCV3hE7Gq1Ad6EhRNTZJwyskV+uRYvjJ43298AOw=";
33
};
34
35
nativeBuildInputs = [
0 commit comments