From 0287ef1019a15356ad2a6d20fe1e566d2c9a3795 Mon Sep 17 00:00:00 2001 From: Vanilla Date: Sun, 29 May 2022 13:23:38 +0800 Subject: [PATCH] flat-remix-gnome: update 20220510 -> 20220524 --- pkgs/data/themes/flat-remix-gnome/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/data/themes/flat-remix-gnome/default.nix b/pkgs/data/themes/flat-remix-gnome/default.nix index c418d10eb66b..c4e133668b13 100644 --- a/pkgs/data/themes/flat-remix-gnome/default.nix +++ b/pkgs/data/themes/flat-remix-gnome/default.nix @@ -12,20 +12,21 @@ let in stdenv.mkDerivation rec { pname = "flat-remix-gnome"; - version = "20220510"; + version = "20220524"; src = fetchFromGitHub { owner = "daniruiz"; repo = pname; rev = version; - hash = "sha256-sqHX3APeblZai6NBgY+bnRnkzn6CGXwppiQ4pb8HTTw="; + hash = "sha256-m7Er6F0VWcdV3+oUPfhJJq80oaht15hBFtg7JQgZJI8="; }; nativeBuildInputs = [ glib fake-dconf ]; makeFlags = [ "PREFIX=$(out)" ]; + + # make install will back up this file, it will fail if the file doesn't exist. + # https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L56 preInstall = '' - # make install will back up this file, it will fail if the file doesn't exist. - # https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L56 mkdir -p $out/share/gnome-shell/ touch $out/share/gnome-shell/gnome-shell-theme.gresource '';