Merge pull request #279337 from bobby285271/upd/pantheon-tweaks

pantheon-tweaks: 1.1.1 -> 1.1.2
This commit is contained in:
Bobby Rong 2024-01-08 20:57:11 +08:00 committed by GitHub
commit 04e5c939cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "pantheon-tweaks";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = pname;
rev = version;
sha256 = "sha256-KYnrQnh/Zz3EjMAqasdk2CZMXzw15txKtPm/K5+FzhI=";
sha256 = "sha256-E9YSRfh9bLAHn2y4p3aKwR5NOtexKokLWj3RwtDnLsQ=";
};
patches = [