pantheon-tweaks: 2.5.1 -> 2.5.2 (#516124)

This commit is contained in:
Bobby Rong
2026-05-03 14:44:58 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pantheon-tweaks";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = "pantheon-tweaks";
rev = finalAttrs.version;
hash = "sha256-haiKElDv6lvZeROpiCc2n3I0Ho/l6HjUhu/yBISsT2E=";
hash = "sha256-C6QgGjNjkgJ1qCNNe5gkwjzMfBosxjDIdVyIokCRkbE=";
};
nativeBuildInputs = [