tpacpi-bat: 3.0 -> 3.1

This commit is contained in:
Franz Pletz 2017-06-20 03:01:26 +02:00
parent 5d851e8be8
commit 726645a94f
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -3,13 +3,13 @@
# Requires the acpi_call kernel module in order to run.
stdenv.mkDerivation rec {
name = "tpacpi-bat-${version}";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "teleshoes";
repo = "tpacpi-bat";
rev = "v${version}";
sha256 = "0l72qvjk5j7sg9x4by7an0xwx65x10dx82fky8lnwlwfv54vgg8l";
sha256 = "0wbaz34z99gqx721alh5vmpxpj2yxg3x9m8jqyivfi1wfpwc2nd5";
};
buildInputs = [ perl ];