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

flat-remix-gnome: update 20221107 -> 20230508.

authored by Nick Cao and committed by GitHub 979b4232 a4f71bd5

+4 -4
+4 -4
pkgs/data/themes/flat-remix-gnome/default.nix
··· 7 let 8 # make install will use dconf to find desktop background file uri. 9 # consider adding an args to allow specify pictures manually. 10 - # https://github.com/daniruiz/flat-remix-gnome/blob/20221107/Makefile#L38 11 fake-dconf = writeScriptBin "dconf" "echo -n"; 12 in 13 stdenv.mkDerivation rec { 14 pname = "flat-remix-gnome"; 15 - version = "20221107"; 16 17 src = fetchFromGitHub { 18 owner = "daniruiz"; 19 repo = pname; 20 rev = version; 21 - hash = "sha256-5V3ECbQe3/5bhHnMR1pzvehs1eh0u9U7E1voDiqo9cY="; 22 }; 23 24 nativeBuildInputs = [ glib fake-dconf ]; 25 makeFlags = [ "PREFIX=$(out)" ]; 26 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/20221107/Makefile#L56 29 preInstall = '' 30 mkdir -p $out/share/gnome-shell/ 31 touch $out/share/gnome-shell/gnome-shell-theme.gresource
··· 7 let 8 # make install will use dconf to find desktop background file uri. 9 # consider adding an args to allow specify pictures manually. 10 + # https://github.com/daniruiz/flat-remix-gnome/blob/20230508/Makefile#L38 11 fake-dconf = writeScriptBin "dconf" "echo -n"; 12 in 13 stdenv.mkDerivation rec { 14 pname = "flat-remix-gnome"; 15 + version = "20230508"; 16 17 src = fetchFromGitHub { 18 owner = "daniruiz"; 19 repo = pname; 20 rev = version; 21 + hash = "sha256-MMWLSpGMvHFu3gZzU3IlfNxLY6ItMtxGLZltTJZXYaw="; 22 }; 23 24 nativeBuildInputs = [ glib fake-dconf ]; 25 makeFlags = [ "PREFIX=$(out)" ]; 26 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/20230508/Makefile#L56 29 preInstall = '' 30 mkdir -p $out/share/gnome-shell/ 31 touch $out/share/gnome-shell/gnome-shell-theme.gresource