Unverified Commit 3fdadeab authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

ayatana-indicator-power: 24.5.1 -> 24.5.2 (#390651)

parents cf628879 402a8fcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ayatana-indicator-power";
  version = "24.5.1";
  version = "24.5.2";

  src = fetchFromGitHub {
    owner = "AyatanaIndicators";
    repo = "ayatana-indicator-power";
    tag = finalAttrs.version;
    hash = "sha256-M7BzyQRPKyXMEY0FTMBXsCemC3+w8upjTHApWkRf71I=";
    hash = "sha256-A9Kbs+qH01rkuLt8GINdPI2vCu0bCO+/g4kZhDj8GsY=";
  };

  postPatch = ''