summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-30 11:38:56 +0800
committerGitHub <noreply@github.com>2021-10-30 11:38:56 +0800
commit41a59518187de1e4fbc37d385c1d809db2c8c40a (patch)
tree106e49c52c02f82fd2f52d29822cc8db9ebf4bc0 /pkgs/data
parent461db988aff6441a71d47e9be0e5be2865bd2cc7 (diff)
parentffee0fc3ca860be96f9a45b45ca81db08339e827 (diff)
downloadnixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar.gz
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar.bz2
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar.lz
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar.xz
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.tar.zst
nixpkgs-41a59518187de1e4fbc37d385c1d809db2c8c40a.zip
Merge pull request #143792 from VergeDX/flat-remix-gnome
flat-remix-gnome: 20210921 -> 20211028
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 8e273afc769..bef378d66c3 100644
--- a/pkgs/data/themes/flat-remix-gnome/default.nix
+++ b/pkgs/data/themes/flat-remix-gnome/default.nix
@@ -6,20 +6,20 @@
 
 stdenv.mkDerivation rec {
   pname = "flat-remix-gnome";
-  version = "20210921";
+  version = "20211028";
 
   src = fetchFromGitHub {
     owner = "daniruiz";
     repo = pname;
     rev = version;
-    hash = "sha256-HnbKqdDAre2jhZH1Osf3jigz/dQpx7k0fPsVaZz7xC8=";
+    hash = "sha256-sHJj81MmU9s5sUq5gaIT3leezuG0aVvgTD70Kho9Z0c=";
   };
 
   nativeBuildInputs = [ glib ];
   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/20210921/Makefile#L53
+    # https://github.com/daniruiz/flat-remix-gnome/blob/20211028/Makefile#L54
     mkdir -p $out/share/gnome-shell/
     touch $out/share/gnome-shell/gnome-shell-theme.gresource
   '';