Skip to content

Commit

Permalink
acpica-tools: R09_27_24 -> R2024_12_12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 24, 2024
1 parent a7e5f9c commit ee5fc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ac/acpica-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "acpica-tools";
version = "R09_27_24";
version = "R2024_12_12";

src = fetchFromGitHub {
owner = "acpica";
repo = "acpica";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-kjdSCGa/2mmODX0gsY9JzSx9PJqYoKjtJTn8y4uduIQ=";
hash = "sha256-vxiWYUAEk54F1M0WrrMTHZ4DNJxxT/GaXetd5LjE808=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ee5fc04

Please sign in to comment.