Commit 2f4ad798 authored by K900's avatar K900
Browse files
parent c78e599b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

stdenv.mkDerivation rec {
  pname = "power-profiles-daemon";
  version = "0.21";
  version = "0.22";

  outputs = [ "out" "devdoc" ];

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
    owner = "upower";
    repo = "power-profiles-daemon";
    rev = version;
    sha256 = "sha256-5JbMbz38SeNEkVKFjJLxeUHiOrx+QCaK/vXgRPbzwzY=";
    sha256 = "sha256-NzaneS/Za73HSK2abBZNmP+ZPbhIG+JXfBTPHm2vBeU=";
  };

  nativeBuildInputs = [