Skip to content

Commit 7962b1b

Browse files
authored
Pantheon updates 2025-02-14 (#382045)
2 parents d1baaba + 6f7cbed commit 7962b1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/desktops/pantheon/apps/elementary-terminal/default.nix

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

2222
stdenv.mkDerivation rec {
2323
pname = "elementary-terminal";
24-
version = "6.3.1";
24+
version = "7.0.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "elementary";
2828
repo = "terminal";
2929
rev = version;
30-
sha256 = "sha256-W06J+QqouoZBWGm/w5aBuL009IO4odmSKHoeJkXnVpA=";
30+
sha256 = "sha256-2Z56U6nbqwlbrSMzTYv7cSI7LT7pvDhW0w4f3wxv6ZA=";
3131
};
3232

3333
nativeBuildInputs = [

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

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

2828
stdenv.mkDerivation rec {
2929
pname = "switchboard-plug-about";
30-
version = "8.1.0";
30+
version = "8.2.0";
3131

3232
src = fetchFromGitHub {
3333
owner = "elementary";
3434
repo = pname;
3535
rev = version;
36-
sha256 = "sha256-Z+dhNUGDDLxzPLAaFkvWA+d6YvfM5NayOMu3SKjswLs=";
36+
sha256 = "sha256-NMi+QyIunUIzg9IlzeUCz2eQrQlF28lufFc51XOQljU=";
3737
};
3838

3939
nativeBuildInputs = [

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

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

2222
stdenv.mkDerivation rec {
2323
pname = "switchboard-plug-network";
24-
version = "8.0.1";
24+
version = "8.1.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "elementary";
2828
repo = pname;
2929
rev = version;
30-
hash = "sha256-DXXEMST/EIckZkp5BozNP+NlyutlxF92ZeJngj8+EdM=";
30+
hash = "sha256-mTTcavuxnRSBiifFpga14xPReHguvp9wIUS71Djorjk=";
3131
};
3232

3333
patches = [

0 commit comments

Comments
 (0)