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

Pantheon updates 2026-02-06 (#487668)

parents 8859bc8f 8a536253
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-mouse-touchpad";
  version = "8.0.3";
  version = "8.1.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "settings-mouse-touchpad";
    tag = version;
    hash = "sha256-Txm6iVwhuqfLrmAVgXeNB0p6PVEenvSSHurMrXoeHoY=";
    hash = "sha256-KfaC1yfsL3GowcjqqwPpYQ6DJIoO7ejl0y3IQ4Gtdj8=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "wingpanel-applications-menu";
  version = "8.0.3";
  version = "8.0.4";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "applications-menu";
    tag = version;
    hash = "sha256-3QdgMnYui3gXYH8dg7yqsQTkwJeVbEwty4herA1aQl0=";
    hash = "sha256-wHPdZnHDa9DirjGEfKyAa1jKjYD6aj8QwMZ9KxqLPkM=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "wingpanel-indicator-sound";
  version = "8.0.2";
  version = "8.0.3";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "wingpanel-indicator-sound";
    tag = version;
    hash = "sha256-a2yl6HKNLo3660OPEp/9AtwpPerLGYD/k8fl+R5ct/g=";
    hash = "sha256-3naN6qVsAjImFDU4DPR5c/leT8ecGUbbOppmSox4QTk=";
  };

  nativeBuildInputs = [