Skip to content

Commit cb6001d

Browse files
committed
pantheon.switchboard-plug-about: 8.1.0 -> 8.2.0
elementary/settings-system@8.1.0...8.2.0
1 parent aa37835 commit cb6001d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/apps/switchboard-plugs/about

1 file changed

+2
-2
lines changed

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 = [

0 commit comments

Comments
 (0)