tpacpi-bat: 3.1 -> 3.2

+2 -2
+2 -2
pkgs/os-specific/linux/tpacpi-bat/default.nix
··· 3 # Requires the acpi_call kernel module in order to run. 4 stdenv.mkDerivation rec { 5 pname = "tpacpi-bat"; 6 - version = "3.1"; 7 8 src = fetchFromGitHub { 9 owner = "teleshoes"; 10 repo = "tpacpi-bat"; 11 rev = "v${version}"; 12 - sha256 = "0wbaz34z99gqx721alh5vmpxpj2yxg3x9m8jqyivfi1wfpwc2nd5"; 13 }; 14 15 buildInputs = [ perl ];
··· 3 # Requires the acpi_call kernel module in order to run. 4 stdenv.mkDerivation rec { 5 pname = "tpacpi-bat"; 6 + version = "3.2"; 7 8 src = fetchFromGitHub { 9 owner = "teleshoes"; 10 repo = "tpacpi-bat"; 11 rev = "v${version}"; 12 + sha256 = "sha256-9XnvVNdgB5VeI3juZfc8N5weEyULXuqu1IDChZfQqFk="; 13 }; 14 15 buildInputs = [ perl ];