summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-05 04:46:46 +0100
committerGitHub <noreply@github.com>2023-02-05 04:46:46 +0100
commit8f930a78366083a5a40d903a7f4c308ac8920638 (patch)
treee8855e0a97e5fa4ac57d331b8f39be333fb38366
parentd6505ae58731e8e726476b17de759ec4741523cf (diff)
parent517dff10a21f7cdf6bd328ea4ae78b37494a5e2a (diff)
Merge pull request #214515 from r-ryantm/auto-update/thedesk
thedesk: 24.0.7 -> 24.0.8
-rw-r--r--pkgs/applications/misc/thedesk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/thedesk/default.nix b/pkgs/applications/misc/thedesk/default.nix
index a7a184e80037..1fb2912d64d2 100644
--- a/pkgs/applications/misc/thedesk/default.nix
+++ b/pkgs/applications/misc/thedesk/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "thedesk";
- version = "24.0.7";
+ version = "24.0.8";
src = fetchurl {
url = "https://github.com/cutls/TheDesk/releases/download/v${version}/${pname}_${version}_amd64.deb";
- sha256 = "sha256-EG5TMhYvECXahIbB25gP40iNQpStcrgaJW3ld9x02/E=";
+ sha256 = "sha256-nxwSJ/rQJYMNrtTWSmqcrJQwMK8zRwIG4jccVyb7OsQ=";
};
nativeBuildInputs = [