pantheon-tweaks: 1.0.4 -> 1.1.0

https://github.com/pantheon-tweaks/pantheon-tweaks/compare/1.0.4...1.1.0
This commit is contained in:
Bobby Rong 2023-02-01 22:29:41 +08:00
parent 2caf4ef500
commit 204f8c2133
No known key found for this signature in database

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pantheon-tweaks"; pname = "pantheon-tweaks";
version = "1.0.4"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pantheon-tweaks"; owner = "pantheon-tweaks";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-L/3PrkfWOGYtqeH/DajGEGCsF5yYnWuESxUTfROSHQ4="; sha256 = "sha256-wj9bvcES8JAgDtW0Damfd8VQNLK+SCFTDVWp/nYGcgI=";
}; };
patches = [ patches = [