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

ayatana-indicator-session: 24.5.0 -> 24.5.1 (#397067)

parents a9318014 bbf3a5c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

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

  src = fetchFromGitHub {
    owner = "AyatanaIndicators";
    repo = "ayatana-indicator-session";
    tag = finalAttrs.version;
    hash = "sha256-p4nu7ZgnEjnnxNqyZIg//YcssnQcCY7GFDbpGIu1dz0=";
    hash = "sha256-jqcgQTsC4VBit3wwtKKTdEG71CUPJpeMtpzikE4IGhE=";
  };

  postPatch = ''