Merge pull request #148554 from VergeDX/flat-remix-gnome

flat-remix-gnome: 20211113 -> 20211202.

authored by Bobby Rong and committed by GitHub 91de7c5e b9bb3464

+3 -3
+3 -3
pkgs/data/themes/flat-remix-gnome/default.nix
··· 12 12 in 13 13 stdenv.mkDerivation rec { 14 14 pname = "flat-remix-gnome"; 15 - version = "20211113"; 15 + version = "20211202"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "daniruiz"; 19 19 repo = pname; 20 20 rev = version; 21 - hash = "sha256-A9aiaS4CXRpr4+Y8+tyvWYRbR9STFS9TuplGksPfqtU="; 21 + hash = "sha256-aq4hnr581dNYoULeqdB9gWetDcuOthPNJuzHFVGNFc8="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ glib fake-dconf ]; 25 25 makeFlags = [ "PREFIX=$(out)" ]; 26 26 preInstall = '' 27 27 # make install will back up this file, it will fail if the file doesn't exist. 28 - # https://github.com/daniruiz/flat-remix-gnome/blob/20211113/Makefile#L56 28 + # https://github.com/daniruiz/flat-remix-gnome/blob/20211202/Makefile#L56 29 29 mkdir -p $out/share/gnome-shell/ 30 30 touch $out/share/gnome-shell/gnome-shell-theme.gresource 31 31 '';