1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

acpi_call: 1.2.1 -> 1.2.2

This commit is contained in:
Julian Stecklina 2021-08-24 20:26:28 +02:00
parent 503209808c
commit 016e8cf78c

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" ];