Skip to content

Commit 69edba9

Browse files
committed
build: update ct-remote: load the new one by Nikola with nix
1 parent 7b492e4 commit 69edba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/packages/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@
246246

247247
ctRemote = stdenv.mkDerivation rec {
248248
pname = "ct-remote";
249-
version = "102d2c8";
249+
version = "83d7053";
250250

251251
src = pkgs.fetchurl {
252252
url =
253253
"https://downloads.codetracer.com/DesktopClient.App/DesktopClient.App-linux-x64-${version}.tar.gz";
254-
sha256 = "sha256-8eJubZI677ZeIHum9jK4wouFt14Ocez+w5uZLHMo4Bw=";
254+
sha256 = "sha256-qRja6e+uaM+vfYPXnHIa2L7xTeQvuTqoBIHGP7bexnY=";
255255
};
256256

257257
dontUnpack = true;

0 commit comments

Comments
 (0)