update gpusrui
This commit is contained in:
@@ -14,7 +14,7 @@ rec {
|
|||||||
custom-sddm-astronaut = pkgs.callPackage ./sddm-astronaut/default.nix { };
|
custom-sddm-astronaut = pkgs.callPackage ./sddm-astronaut/default.nix { };
|
||||||
mangal-patched = pkgs.callPackage ./mangal/default.nix { };
|
mangal-patched = pkgs.callPackage ./mangal/default.nix { };
|
||||||
csharp-ls-8 = pkgs.callPackage ./csharp-lsp/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 =
|
gpu-screen-recorder-notification =
|
||||||
pkgs.callPackage ./gpu-screen-recorder-notification/default.nix
|
pkgs.callPackage ./gpu-screen-recorder-notification/default.nix
|
||||||
{ };
|
{ };
|
||||||
|
|||||||
@@ -25,12 +25,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gpu-screen-recorder-ui";
|
pname = "gpu-screen-recorder-ui";
|
||||||
version = "1.7.8";
|
version = "1.8.3";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://repo.dec05eba.com/${pname}";
|
url = "https://repo.dec05eba.com/${pname}";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-XVxZyFHod+t7lfwhTSYsWerReBBukMVodauL+MmTqaE=";
|
hash = "sha256-KB4N5DwzPKYhqIi+IlvkS6ZRh3ByFPCfF75Hg+na7Q8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user