Commit ad69bc58 authored by R. RyanTM's avatar R. RyanTM Committed by Bernardo Meurer
Browse files

tlp: 1.6.0 -> 1.6.1

parent 0a973cf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
, networkmanager
}: stdenv.mkDerivation rec {
  pname = "tlp";
  version = "1.6.0";
  version = "1.6.1";

  src = fetchFromGitHub {
    owner = "linrunner";
    repo = "TLP";
    rev = version;
    hash = "sha256-XAyko2MxFyo5RyioaexhoFAR3E+I3t/8vD2K3WYNmsI=";
    hash = "sha256-CxO1KU7F6sT5D8vjKOmntjDxcieoRSHTvuSqXfplcHk=";
  };

  # XXX: See patch files for relevant explanations.