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 d89fc19 commit b8cc151Copy full SHA for b8cc151
pkgs/by-name/pa/pantheon-tweaks/package.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation rec {
20
pname = "pantheon-tweaks";
21
- version = "2.2.1";
+ version = "2.3.0";
22
23
src = fetchFromGitHub {
24
owner = "pantheon-tweaks";
25
repo = pname;
26
rev = version;
27
- hash = "sha256-85Yfhh6otNWhRqLeM6UMBiCf/omn0FyY5hdK1ZjjgmM=";
+ hash = "sha256-+dkjmeY4WJfXwgNR8HlRaVfvS/2icbi8eSAkiB9x7uI=";
28
};
29
30
nativeBuildInputs = [
0 commit comments