Skip to content

Commit b5ac18a

Browse files
committed
pantheon.switchboard-plug-wacom: 8.0.0 -> 8.0.1
elementary/settings-wacom@8.0.0...8.0.1
1 parent 66eff6f commit b5ac18a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/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-wacom";
24-
version = "8.0.0";
24+
version = "8.0.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "elementary";
2828
repo = pname;
2929
rev = version;
30-
sha256 = "sha256-Ct+1n/GmrS9xi8QIJDWKfwNL1kvNz3o+0tsxLZtwjmI=";
30+
sha256 = "sha256-xTv3QPlLPJQ6C5t4Udy1H9IrLQGuik8prvGlpfFm1DQ=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)