Skip to content

Commit

Permalink
Merge pull request #169 from Jovian-Experiments/hwsupport-20230927.2
Browse files Browse the repository at this point in the history
jupiter-hw-support: 20230918.1 -> 20230927.2
  • Loading branch information
K900 authored Sep 28, 2023
2 parents a6efb4b + 839f26b commit 23a0423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/jupiter-hw-support/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ let
"${placeholder "out"}/lib/hwsupport"
];
execer = [
"cannot:${e2fsprogs}/bin/fsck.ext4"
"cannot:${e2fsprogs}/bin/mkfs.ext4"
"cannot:${procps}/bin/pgrep"
"cannot:${systemd}/bin/systemctl"
Expand Down
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 23a0423

Please sign in to comment.