Unverified Commit 656c800f authored by K900's avatar K900 Committed by GitHub
Browse files

power-profiles-daemon: 0.21 -> 0.22 (#339182)

parents 13614951 2f4ad798
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 = [