Merge pull request #316903 from r-ryantm/auto-update/ayatana-indicator-power

ayatana-indicator-power: 24.5.0 -> 24.5.1
This commit is contained in:
Cosima Neidahl 2024-06-11 00:16:28 +02:00 committed by GitHub
commit e7c360580f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ayatana-indicator-power";
version = "24.5.0";
version = "24.5.1";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = "ayatana-indicator-power";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-LS50YJ5MA1enBk2nxm0BFu2cuC53CZCvtZRE+PWjs+M=";
hash = "sha256-M7BzyQRPKyXMEY0FTMBXsCemC3+w8upjTHApWkRf71I=";
};
postPatch = ''