We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539370 commit 66eff6fCopy full SHA for 66eff6f
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
@@ -27,13 +27,13 @@
27
28
stdenv.mkDerivation rec {
29
pname = "switchboard-plug-about";
30
- version = "8.2.0";
+ version = "8.2.1";
31
32
src = fetchFromGitHub {
33
owner = "elementary";
34
repo = pname;
35
rev = version;
36
- sha256 = "sha256-NMi+QyIunUIzg9IlzeUCz2eQrQlF28lufFc51XOQljU=";
+ sha256 = "sha256-H4BDLP3yzQi+ougpvBvnv1R1TImzUjSOVDGbOqw9hvg=";
37
};
38
39
nativeBuildInputs = [
0 commit comments