acpica-tools: R2024_12_12 -> R2025_04_04 (#397606)

Co-authored-by: felixsinger <felixsinger@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-10 21:08:59 +00:00
committed by GitHub
co-authored by felixsinger
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "acpica-tools";
version = "R2024_12_12";
version = "R2025_04_04";
src = fetchFromGitHub {
owner = "acpica";
repo = "acpica";
tag = finalAttrs.version;
hash = "sha256-vxiWYUAEk54F1M0WrrMTHZ4DNJxxT/GaXetd5LjE808=";
hash = "sha256-+dMuyp3tT0eSLPyzLseuHMY+nNfl6roBFrsnXiZSHkY=";
};
nativeBuildInputs = [