Merge pull request #316891 from r-ryantm/auto-update/ayatana-indicator-session

ayatana-indicator-session: 24.2.0 -> 24.5.0
This commit is contained in:
Cosima Neidahl 2024-06-16 12:11:33 +02:00 committed by GitHub
commit 3563ebc663
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-session";
version = "24.2.0";
version = "24.5.0";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = "ayatana-indicator-session";
rev = finalAttrs.version;
hash = "sha256-XHJhzL7B+4FnUHbsJVywELoY7xxG19RRryaPYZVao1I=";
hash = "sha256-p4nu7ZgnEjnnxNqyZIg//YcssnQcCY7GFDbpGIu1dz0=";
};
postPatch = ''