diff --git a/modules/pkgs/t3code.nix b/modules/pkgs/t3code.nix index 623cf66..70c47da 100644 --- a/modules/pkgs/t3code.nix +++ b/modules/pkgs/t3code.nix @@ -2,11 +2,11 @@ perSystem = {pkgs, ...}: { packages.t3code = pkgs.appimageTools.wrapType2 rec { pname = "t3code"; - version = "0.0.13"; + version = "0.0.17"; src = pkgs.fetchurl { url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage"; - hash = "sha256-oHKIh+aHsbGVHEoLLjItl6AbVRwvWVlZaIWyHKiekVc="; + hash = "sha256-uS+o1nRA3R7hn9BaomrdsGVC8UcpPFFRG3a1qGVrs8w="; }; extraInstallCommands = let