Skip to content

Commit

Permalink
jupiter-hw-support: 20230918.1 -> 20230927.2
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Sep 28, 2023
1 parent a6efb4b commit b89f7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/jupiter-hw-support/src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:

let
version = "20230918.1";
version = "20230927.2";
in (applyPatches {
src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "jupiter-hw-support";
rev = "jupiter-${version}";
hash = "sha256-w5rX8h/P4gCYV6WVj9XhyVrg1VUQ+z+ev8ijiPgl0u0=";
hash = "sha256-DZDUO1V+TAmGuTEFA1jKJc4UriNpwPYyonrdCmyK9Ng=";
};

patches = [
Expand Down

0 comments on commit b89f7ab

Please sign in to comment.