pantheon-tweaks: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2024-05-28 18:24:27 +08:00
committed by Bobby Rong
parent b24ae9fe44
commit e9ebdec89e
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "pantheon-tweaks";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = pname;
rev = version;
hash = "sha256-P3eM+xgsAMvqr2mIEjkQSjhxvQAwtSNItxAUcjO3ciY=";
hash = "sha256-7a6maEpvmIS+Raawr9ec44nCbuj83EUnd+8RqYgWy24=";
};
nativeBuildInputs = [