Unverified Commit de2f5307 authored by Félix's avatar Félix Committed by GitHub
Browse files

power-profiles-daemon: 0.22 -> 0.23 (#341800)

parents 9753a257 85b0872f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "power-profiles-daemon";
  version = "0.22";
  version = "0.23";

  outputs = [
    "out"
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "upower";
    repo = "power-profiles-daemon";
    rev = finalAttrs.version;
    hash = "sha256-NzaneS/Za73HSK2abBZNmP+ZPbhIG+JXfBTPHm2vBeU=";
    hash = "sha256-kX8adu+GXxkaHtARUKp51K3Jf9xO+l12vctsJzIavyM=";
  };

  nativeBuildInputs =