update gpusrui

This commit is contained in:
Kopatz
2026-01-02 20:50:50 +01:00
parent 50a4851736
commit 3d349e0197
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ rec {
custom-sddm-astronaut = pkgs.callPackage ./sddm-astronaut/default.nix { };
mangal-patched = pkgs.callPackage ./mangal/default.nix { };
csharp-ls-8 = pkgs.callPackage ./csharp-lsp/default.nix { };
gpu-screen-recorder-ui = pkgs.callPackage ./gpu-screen-recorder-ui/default.nix { };
gpu-screen-recorder-ui = pkgs.callPackage ./gpu-screen-recorder-ui/default.nix { inherit gpu-screen-recorder-notification; };
gpu-screen-recorder-notification =
pkgs.callPackage ./gpu-screen-recorder-notification/default.nix
{ };

View File

@@ -25,12 +25,12 @@
stdenv.mkDerivation rec {
pname = "gpu-screen-recorder-ui";
version = "1.7.8";
version = "1.8.3";
src = fetchgit {
url = "https://repo.dec05eba.com/${pname}";
tag = version;
hash = "sha256-XVxZyFHod+t7lfwhTSYsWerReBBukMVodauL+MmTqaE=";
hash = "sha256-KB4N5DwzPKYhqIi+IlvkS6ZRh3ByFPCfF75Hg+na7Q8=";
};
postPatch = ''