Unverified Commit dd7ea909 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #256111 from bobby285271/upd/pantheon

Pantheon updates 2023-09-19
parents 616e7f9e a81a96b1
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
, meson
, ninja
, pkg-config
, python3
, vala
, polkit
, wrapGAppsHook
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
    meson
    ninja
    pkg-config
    python3
    vala
    wrapGAppsHook
  ];
@@ -65,11 +63,6 @@ stdenv.mkDerivation rec {
    "-Dcurated=false"
  ];

  postPatch = ''
    chmod +x meson/post_install.py
    patchShebangs meson/post_install.py
  '';

  passthru = {
    updateScript = nix-update-script { };
  };
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "wingpanel-indicator-notifications";
  version = "7.0.0";
  version = "7.1.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-HEkuNJgG0WEOKO6upwQgXg4huA7dNyz73U1nyOjQiTs=";
    sha256 = "sha256-vm+wMHyWWtOWM0JyiesfpzC/EmkTNbprXaBgVUDQvDg=";
  };

  nativeBuildInputs = [