acpi_call: 1.2.1 -> 1.2.2

(cherry picked from commit 016e8cf78c8009f65d81fbd6c32b00803f3b1f3c)
This commit is contained in:
Julian Stecklina 2021-08-24 20:26:28 +02:00 committed by github-actions[bot]
parent ae2717f11b
commit 4462377467
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "acpi-call";
version = "1.2.1";
version = "1.2.2";
name = "${pname}-${version}-${kernel.version}";
src = fetchFromGitHub {
owner = "nix-community";
repo = "acpi_call";
rev = "v${version}";
sha256 = "0mr4rjbv6fj4phf038addrgv32940bphghw2v9n1z4awvw7wzkbg";
sha256 = "1s7h9y3adyfhw7cjldlfmid79lrwz3vqlvziw9nwd6x5qdj4w9vp";
};
hardeningDisable = [ "pic" ];