lol

flat-remix-gnome: 20230606 -> 20231026

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