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

pantheon-tweaks: 1.0.4 -> 1.1.0
This commit is contained in:
Weijia Wang 2023-02-01 19:16:57 +01:00 committed by GitHub
commit edad90eb35
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.0.4";
version = "1.1.0";
src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = pname;
rev = version;
sha256 = "sha256-L/3PrkfWOGYtqeH/DajGEGCsF5yYnWuESxUTfROSHQ4=";
sha256 = "sha256-wj9bvcES8JAgDtW0Damfd8VQNLK+SCFTDVWp/nYGcgI=";
};
patches = [