Skip to content

Commit 80705af

Browse files
authored
Pantheon updates 2024-10-24 (#350963)
2 parents be77f97 + 9517f23 commit 80705af

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "switchboard-plug-bluetooth";
20-
version = "8.0.0";
20+
version = "8.0.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "elementary";
2424
repo = pname;
2525
rev = version;
26-
sha256 = "sha256-A55VCyQi+LBe3hxKp/xsVtXyPHuLPaCOi78Zv6MiwIw=";
26+
sha256 = "sha256-NefWnkI7K6I1JY3UG9wUbB/yF3R8tUdPb4tAafiTR3o=";
2727
};
2828

2929
nativeBuildInputs = [

pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "switchboard-plug-network";
23-
version = "8.0.0";
23+
version = "8.0.1";
2424

2525
src = fetchFromGitHub {
2626
owner = "elementary";
2727
repo = pname;
2828
rev = version;
29-
hash = "sha256-N/S4oO7wwOMJZhQeqAeLBOMEsJtoKItxmGhsLHMuOoM=";
29+
hash = "sha256-DXXEMST/EIckZkp5BozNP+NlyutlxF92ZeJngj8+EdM=";
3030
};
3131

3232
patches = [

pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "switchboard-plug-printers";
19-
version = "8.0.0";
19+
version = "8.0.1";
2020

2121
src = fetchFromGitHub {
2222
owner = "elementary";
2323
repo = pname;
2424
rev = version;
25-
sha256 = "sha256-cPoqpx9G/wwzr4LbCg7+Law4Z1od2+R+uyCT5Jsnqs4=";
25+
sha256 = "sha256-1znz8B4CGQGDiJC4Mt61XAh9wWAV8J0+K3AIpFcffXQ=";
2626
};
2727

2828
nativeBuildInputs = [

pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenvNoCC.mkDerivation rec {
1414
pname = "elementary-icon-theme";
15-
version = "8.0.0";
15+
version = "8.1.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "elementary";
1919
repo = "icons";
2020
rev = version;
21-
sha256 = "sha256-EPmQgE33+HBI78SlCBV3WlyLCP6AggvqsQa7gZuOMRM=";
21+
sha256 = "sha256-WltMfWMcfUqpnfuGa6NzfxSeTais0MLsiu82ybaOcvs=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)