Merge pull request #174112 from bobby285271/pantheon-tweaks

pantheon-tweaks: 1.0.3 -> 1.0.4
This commit is contained in:
Bobby Rong 2022-05-24 08:36:37 +08:00 committed by GitHub
commit bcd7d27004
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.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = pname;
rev = version;
sha256 = "sha256-Pn/MIJ/WS/TY5bemM77B37E0KFRlDUfrOl1XS2yJlGk=";
sha256 = "sha256-L/3PrkfWOGYtqeH/DajGEGCsF5yYnWuESxUTfROSHQ4=";
};
patches = [