Skip to content

Commit

Permalink
tpacpi-bat: 3.0 -> 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 20, 2017
1 parent 5d851e8 commit 726645a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/tpacpi-bat/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 726645a

Please sign in to comment.