about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-02 19:41:27 +0800
committerGitHub <noreply@github.com>2022-07-02 19:41:27 +0800
commit8135380d1699c6f10e7c42b6cf50d5ff32dd25eb (patch)
tree5620c0745bd8e057f6abbf84491c345ac7a22417 /pkgs/data/icons
parent347475c8cb025bc3fbb05a6ce8c0d7720269bc95 (diff)
parente2633217affc4f2e7a1664ccae111f96caeae4d9 (diff)
Merge pull request #179087 from r-ryantm/auto-update/flat-remix-icon-theme
flat-remix-icon-theme: 20220304 -> 20220525
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/flat-remix-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/flat-remix-icon-theme/default.nix b/pkgs/data/icons/flat-remix-icon-theme/default.nix
index b6fa4b258395f..c19f413ad7d09 100644
--- a/pkgs/data/icons/flat-remix-icon-theme/default.nix
+++ b/pkgs/data/icons/flat-remix-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec  {
   pname = "flat-remix-icon-theme";
-  version = "20220304";
+  version = "20220525";
 
   src = fetchFromGitHub {
     owner = "daniruiz";
     repo = "flat-remix";
     rev = version;
-    sha256 = "sha256-SE3e3lPGLw6gONVQD8Joj6KNnXC/UygT0fy0AgH8us8=";
+    sha256 = "sha256-JpUa2nxZxrLTd80qdiGpob4Trq41ONthsPA4zFj/6nk=";
   };
 
   nativeBuildInputs = [