We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c05b3e2 + 997d268 commit bed832dCopy full SHA for bed832d
pkgs/by-name/ay/ayatana-indicator-display/package.nix
@@ -31,13 +31,13 @@
31
32
stdenv.mkDerivation (finalAttrs: {
33
pname = "ayatana-indicator-display";
34
- version = "24.5.1";
+ version = "24.5.2";
35
36
src = fetchFromGitHub {
37
owner = "AyatanaIndicators";
38
repo = "ayatana-indicator-display";
39
tag = finalAttrs.version;
40
- hash = "sha256-vvDgJVFrgtjAzDXXas19osDydS+C3brZOctXIIWrkyM=";
+ hash = "sha256-rsZjEfAiz1HC5XMjPume1Y6miNAv1kmPFP4J/+NKlsA=";
41
};
42
43
postPatch = ''
0 commit comments