tpacpi-bat: 3.1 -> 3.2

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