Skip to content

Commit 66eff6f

Browse files
committed
pantheon.switchboard-plug-about: 8.2.0 -> 8.2.1
1 parent b539370 commit 66eff6f

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.2.0";
30+
version = "8.2.1";
3131

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

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)