3
0
Fork 0
forked from mirrors/nixpkgs

pantheon-tweaks: 1.0.3 -> 1.0.4

This commit is contained in:
Bobby Rong 2022-05-23 20:34:23 +08:00
parent dfd82985c2
commit f60bb29734
No known key found for this signature in database
GPG key ID: ED07364437C91161

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 = [