diff --git a/pkgs/jupiter-hw-support/src.nix b/pkgs/jupiter-hw-support/src.nix index 44a3d5f4..b04bb3ad 100644 --- a/pkgs/jupiter-hw-support/src.nix +++ b/pkgs/jupiter-hw-support/src.nix @@ -7,13 +7,13 @@ }: let - version = "20231025.2"; + version = "20231026.1"; in (applyPatches { src = fetchFromGitHub { owner = "Jovian-Experiments"; repo = "jupiter-hw-support"; rev = "jupiter-${version}"; - hash = "sha256-2984sTJKLQoTbBAwD1X3S+I3a2eGxdMC4Z1rt54D5NI="; + hash = "sha256-bnl193XmxrUrNw7SfLhZ7yhd3lF9TzEckgyJU06K964="; }; patches = [