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 d53ae4f commit f48ec9dCopy full SHA for f48ec9d
pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix
@@ -24,11 +24,11 @@
24
25
stdenv.mkDerivation (finalAttrs: {
26
pname = "gpu-screen-recorder-gtk";
27
- version = "4.2.3";
+ version = "5.0.0";
28
29
src = fetchurl {
30
url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz";
31
- hash = "sha256-pMUjglgRM51hjPbt6VP0aqM0oo7IiyPXTY/kLwwdR/k=";
+ hash = "sha256-uXbiuA1XPWZVwQGLh47rKzCZSEUEPWqYALqMuCGA7do=";
32
};
33
34
sourceRoot = ".";
0 commit comments