ayatana-indicator-power: 24.5.0 -> 24.5.1

This commit is contained in:
R. Ryantm
2024-06-03 12:45:29 +00:00
parent 518daacfe2
commit 0f97aa74da

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 = ''