Skip to content

Commit aaadb7f

Browse files
authored
gpu-screen-recorder{-,gtk}: 4.2.3 -> 5.0.0 (NixOS#369756)
2 parents 6fc7919 + 570c92c commit aaadb7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/applications/video/gpu-screen-recorder/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
stdenv.mkDerivation (finalAttrs: {
2828
pname = "gpu-screen-recorder";
29-
version = "4.2.3";
29+
version = "5.0.0";
3030

3131
src = fetchurl {
3232
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.${finalAttrs.version}.tar.gz";
33-
hash = "sha256-M2bk1WwLlbwspEoPIRMix17ihi72UuRWwiKBdPfim2M=";
33+
hash = "sha256-w1dtFLSY71UileoF4b1QLKIHYWPE5c2KmsHyRPtn+sA=";
3434
};
3535

3636
sourceRoot = ".";

pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "gpu-screen-recorder-gtk";
26-
version = "4.2.3";
26+
version = "5.0.0";
2727

2828
src = fetchurl {
2929
url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz";
30-
hash = "sha256-pMUjglgRM51hjPbt6VP0aqM0oo7IiyPXTY/kLwwdR/k=";
30+
hash = "sha256-uXbiuA1XPWZVwQGLh47rKzCZSEUEPWqYALqMuCGA7do=";
3131
};
3232

3333
sourceRoot = ".";

0 commit comments

Comments
 (0)