aboutsummaryrefslogtreecommitdiff
path: root/pkgs/data
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2020-11-30 14:33:30 -0800
committerChuck <chuck@intelligence.org>2020-11-30 14:37:55 -0800
commit289da1dcd8d05df8824c0200d9377842d62ec441 (patch)
tree25995f009ec7c16929ffeb741119cf0f265de087 /pkgs/data
parentb6bca3d80619f1565ba0ea635b0d38234e41c6bd (diff)
mojave-gtk-theme: 2020-03-19 -> 2020-11-29
Resolves a size and performance regression introduced when libsass bumped 3.6.1 -> 3.6.3. With this change, this package's size shrinks from 1.5G to 31M. https://github.com/vinceliuice/Mojave-gtk-theme/issues/178
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/mojave/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/mojave/default.nix b/pkgs/data/themes/mojave/default.nix
index 751dd690d114..3d14f782c694 100644
--- a/pkgs/data/themes/mojave/default.nix
+++ b/pkgs/data/themes/mojave/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "mojave-gtk-theme";
- version = "2020-03-19";
+ version = "2020-11-29";
srcs = [
(fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
- sha256 = "1f120sx092i56q4dx2b8d3nnn9pdw67656446nw702rix7zc5jpx";
+ sha256 = "07lcg28y0scpii29j85343kmcga4wyaayjpx9a118z838mnvb757";
})
(fetchurl {
url = "https://github.com/vinceliuice/Mojave-gtk-theme/raw/11741a99d96953daf9c27e44c94ae50a7247c0ed/macOS_Mojave_Wallpapers.tar.xz";