about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2021-12-04 14:26:36 +0800
committerVanilla <osu_Vanilla@126.com>2021-12-04 14:26:36 +0800
commit652b351d3e03e3bd437a6f0fc0a600abef0ee4c7 (patch)
treeaa581984e416adeb4c19e3ccc1d47f498d8da7c9 /pkgs/data
parentbb9bd465b625bfc971908c5d3d84ce517e1c0691 (diff)
flat-remix-gnome: 20211113 -> 20211202.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/flat-remix-gnome/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/flat-remix-gnome/default.nix b/pkgs/data/themes/flat-remix-gnome/default.nix
index 4c43a48c1d9fd..e4b1ac6f4192e 100644
--- a/pkgs/data/themes/flat-remix-gnome/default.nix
+++ b/pkgs/data/themes/flat-remix-gnome/default.nix
@@ -12,20 +12,20 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "flat-remix-gnome";
-  version = "20211113";
+  version = "20211202";
 
   src = fetchFromGitHub {
     owner = "daniruiz";
     repo = pname;
     rev = version;
-    hash = "sha256-A9aiaS4CXRpr4+Y8+tyvWYRbR9STFS9TuplGksPfqtU=";
+    hash = "sha256-aq4hnr581dNYoULeqdB9gWetDcuOthPNJuzHFVGNFc8=";
   };
 
   nativeBuildInputs = [ glib fake-dconf ];
   makeFlags = [ "PREFIX=$(out)" ];
   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/20211113/Makefile#L56
+    # https://github.com/daniruiz/flat-remix-gnome/blob/20211202/Makefile#L56
     mkdir -p $out/share/gnome-shell/
     touch $out/share/gnome-shell/gnome-shell-theme.gresource
   '';